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.
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 throwmalformed hash specifier
errors if one would omit the verification option.