constellation/terraform/infrastructure/iam/aws/variables.tf
2023-11-08 19:10:01 +01:00

11 lines
196 B
HCL

variable "name_prefix" {
type = string
description = "Prefix for all resources"
}
variable "region" {
type = string
description = "AWS region"
default = "us-east-2"
}