mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
10 lines
196 B
HCL
10 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"
|
|
}
|