Skip to content

Commit

Permalink
Merge pull request #6042 from ministryofjustice/prod_deploy_fix
Browse files Browse the repository at this point in the history
dms_replication_instance lifecycle added
  • Loading branch information
madhu-k-sr2 authored May 10, 2024
2 parents 3f6a3bf + 1a1fba8 commit b8ae92d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ resource "aws_dms_replication_instance" "dms_replication_instance" {
aws_iam_role.dms_endpoint_role
]

lifecycle {
create_before_destroy = false
}

}

0 comments on commit b8ae92d

Please sign in to comment.