From cb702c89b83037c8e7d1be6970050f7386afb472 Mon Sep 17 00:00:00 2001 From: Caio Gomes Date: Thu, 2 May 2024 17:46:43 -0300 Subject: [PATCH] fix: adding variable to create aws-auth configmap --- terraform/environments/prod/aws-auth.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/prod/aws-auth.tf b/terraform/environments/prod/aws-auth.tf index 79b8f18..44e7c38 100644 --- a/terraform/environments/prod/aws-auth.tf +++ b/terraform/environments/prod/aws-auth.tf @@ -3,7 +3,7 @@ module "aws-auth" { version = "~> 20.8.5" manage_aws_auth_configmap = true - + create_aws_auth_configmap = true aws_auth_users = [ { userarn = "arn:aws:iam::${data.aws_caller_identity.current.account_id}:user/caio"