Skip to content

Commit

Permalink
CCM-5836 fix git head refs
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Aug 1, 2024
1 parent 5ddc24f commit 10d5540
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resource "null_resource" "remove_amplify_branch" {
# Despite destroying the resource, apparently Amplify thinks we want to keep the branch resrouce around
triggers = {
csi = local.csi
amplify_app_id = local.iam.amplify["id"]
csi = local.csi
amplify_app_id = local.iam.amplify["id"]
amplify_branch_name = module.amplify_branch.name
}

Expand Down

0 comments on commit 10d5540

Please sign in to comment.