terraform-aws-rds-aurora
terraform-aws-rds-aurora copied to clipboard
Auto minor version upgrade & 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
Yes - ignore_changes
Is your request related to a problem? Please describe.
I'm setting [auto_minor_version_upgrade] and the DB had been upgrade . now the next time I'm the TF it notice the change and want to rollback ...
Describe the solution you'd like.
if [auto_minor_version_upgrade] the version should be not trigger an update
lifecycle {
ignore_changes = [
engine_version,
]
}
Describe alternatives you've considered.
Right now I'm updating the module var to reflect the new version