terraform-aws-modules / terraform-aws-rds-aurora

Terraform module to create AWS RDS Aurora resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/rds-aurora/aws
Apache License 2.0
386 stars 576 forks source link

fix: Ignore `tags` for `aws_appautoscaling_target` #474

Closed namnd closed 2 weeks ago

namnd commented 2 weeks ago

Description

Scalable targets created before 2023-03-20 may not have an assigned arn. These resource cannot use tags or participate in default_tags. To prevent terraform plan showing differences that can never be reconciled, use the lifecycle.ignore_changes meta-argument Reference: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_target

Motivation and Context

See https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/473

Breaking Changes

None

How Has This Been Tested?