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

documentation: fix mode at file and directory and required properties #24

Closed mcuadros closed 6 years ago

mcuadros commented 6 years ago

Fixes https://github.com/terraform-providers/terraform-provider-ignition/issues/20 Fixes https://github.com/terraform-providers/terraform-provider-ignition/issues/19

camerondavison commented 6 years ago

do these docs need to get deployed? I am looking at https://www.terraform.io/docs/providers/ignition/d/file.html#mode and seeing the old description

catsby commented 6 years ago

Hey @camerondavison thanks for pointing that out. Those docs had not been merged to the branch needed for website updates. I went ahead and released v1.0.1 of the Ignition provider, and updated the docs in the process. See the CHANGELOG for information on what's changed.

Thanks!