terraform-aws-appconfig
terraform-aws-appconfig copied to clipboard
It would be nice if hosted_config_version_content could ignore changes
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- No π: please wait to file a request until the functionality is avaialble in the AWS provider
- Yes β : please list the AWS provider version which introduced this functionality
Is your request related to a problem? Please describe.
When creating the initial version of a freeform config, it helps to create it from a json template. But if this configuration undergoes many deployments outside of terraform, it would be nice to be able to ignore those "runtime" changes to the freeform config so we don't undo them with a terraform plan and apply.
Describe the solution you'd like.
A version that includes a variable indicating whether to add the lifecycle ignore_changes on hosted_config_version_content would be helpful.
Describe alternatives you've considered.
None! I can't think of any.
Additional context
We've using hosted_config_version_content to store a json configuration. This is updated in CI via AWS CLI.