From 23eecae2aa8335027c5df37389b071413adcd613 Mon Sep 17 00:00:00 2001 From: aidenvaines-bjss Date: Tue, 23 Jul 2024 10:36:59 +0100 Subject: [PATCH] CCM-5836 tidy --- .../components/branch/null_resource_remove_amplify_branch.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4205a30..f679dea 100644 --- a/infrastructure/terraform/components/branch/null_resource_remove_amplify_branch.tf +++ b/infrastructure/terraform/components/branch/null_resource_remove_amplify_branch.tf @@ -1,5 +1,5 @@ resource "null_resource" "remove_amplify_branch" { -# Dispite destroying the resouce, apparently Amplify thinks we want to keep the branch resrouce around + # Dispite destroying the resouce, apparently Amplify thinks we want to keep the branch resrouce around triggers = { csi = local.csi }