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