get rid of profile

This commit is contained in:
Jun-te Kim 2026-02-03 08:28:28 +00:00
parent 2d24984905
commit 1f023d9f69

View file

@ -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"