hashicorp / terraform-provider-ignition

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

Allow users to omit the optional verification hashes #9

Closed MerlinDMC closed 7 years ago

MerlinDMC commented 7 years ago

As described in the configuration spec verification is optional for files and configuration append/replace sources.

This PR does only push the Hash back into the ignition configuration if the verification option was set in the terraform configuration. That way the config validation does not throw malformed hash specifier errors if one would omit the verification option.