Skip to content

Commit

Permalink
CCM-7651: fix tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-r-bjss committed Dec 12, 2024
1 parent ffd21aa commit 2f13036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ resource "null_resource" "amplify_domain_association" {

provisioner "local-exec" {
when = destroy
command = "aws amplify delete-domain-association --app-id ${self.triggers.amplify_app_id} --domain-name ${self.triggers.amplify_domain_name}"
command = "aws amplify delete-domain-association --app-id ${self.triggers.amplify_app_id} --domain-name ${self.triggers.amplify_domain_name}; echo proceed if app does not exist"
}
}

0 comments on commit 2f13036

Please sign in to comment.