hashicorp / terraform-provider-ignition

Terraform Ignition provider
https://www.terraform.io/docs/providers/ignition/
Mozilla Public License 2.0
38 stars 64 forks source link

Document all supported schemes for config source #34

Closed alexrudd closed 6 years ago

alexrudd commented 6 years ago

The docs currently specify only http as a valid protocol for config append/replace sources.

The specification for ignition v2.1.0 specify that http, https, s3, tftp, and data are all valid (https://coreos.com/ignition/docs/latest/configuration-v2_1.html)

I'm assuming this compatibility is just missing from the provider docs, as it's part of the other data sources and I've got it working with s3 at least.

Thanks, Alex