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"