diff --git a/infrastructure/terraform/components/branch/null_resource_remove_amplify_branch.tf b/infrastructure/terraform/components/branch/null_resource_remove_amplify_branch.tf index 216160f..b901ce3 100644 --- a/infrastructure/terraform/components/branch/null_resource_remove_amplify_branch.tf +++ b/infrastructure/terraform/components/branch/null_resource_remove_amplify_branch.tf @@ -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 }