Remove lifecycle part for rds, terraform doesn't support it (#8025)

This commit is contained in:
Zachary Winnerman 2022-09-29 13:28:13 -04:00 committed by GitHub
parent 891bdc0e24
commit 75e49e9740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,10 +104,6 @@ module "aurora_mysql" {
db_parameter_group_name = aws_db_parameter_group.example_mysql.id
db_cluster_parameter_group_name = aws_rds_cluster_parameter_group.example_mysql.id
lifecycle {
ignore_changes = [snapshot_identifier]
}
}
resource "aws_db_parameter_group" "example_mysql" {