From 1f023d9f69a036313452ca88b4e164b59f2254e8 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 08:28:28 +0000 Subject: [PATCH] get rid of profile --- infrastructure/terraform/shared/variables.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/terraform/shared/variables.tf b/infrastructure/terraform/shared/variables.tf index 76734340..9a07e6bd 100644 --- a/infrastructure/terraform/shared/variables.tf +++ b/infrastructure/terraform/shared/variables.tf @@ -3,10 +3,10 @@ variable stage { type = string } -variable "profile" { - description = "AWS profile to use" - type = string -} +# variable "profile" { +# description = "AWS profile to use" +# type = string +# } variable "region" { description = "AWS region"