constellation/hack/terraform/aws/iam/variables.tf

11 lines
196 B
Terraform
Raw Normal View History

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