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