Remove lifecycle part for rds, terraform doesn't support it (#8025)
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user