terraform-aws-rds-aurora icon indicating copy to clipboard operation
terraform-aws-rds-aurora copied to clipboard

Auto minor version upgrade & ignore changes

Open el-capitan-insait opened this issue 1 year ago β€’ 8 comments

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

Additional context

el-capitan-insait avatar Jun 30 '24 11:06 el-capitan-insait