From 75ef6b68011fc5cf726d7dfa63f683914e9897f7 Mon Sep 17 00:00:00 2001 From: aidenvaines-bjss Date: Thu, 10 Jul 2025 08:07:11 +0100 Subject: [PATCH] CCM-11033 Default Tags on resources --- infrastructure/terraform/components/notifyai/provider_aws.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/terraform/components/notifyai/provider_aws.tf b/infrastructure/terraform/components/notifyai/provider_aws.tf index 02a8858..20d0f2f 100644 --- a/infrastructure/terraform/components/notifyai/provider_aws.tf +++ b/infrastructure/terraform/components/notifyai/provider_aws.tf @@ -1,6 +1,9 @@ # The default AWS provider in the default region provider "aws" { region = var.region + default_tags { + tags = local.default_tags + } # For no reason other than redundant safety # we only allow the use of the AWS Account