mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
11 lines
196 B
HCL
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"
|
|
}
|