mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Remove lifecycle part for rds, terraform doesn't support it (#8025)
This commit is contained in:
parent
891bdc0e24
commit
75e49e9740
1 changed files with 0 additions and 4 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue