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"