Files

9 lines
132 B
HCL

variable "region" {
type = string
default = "eu-west-1"
}
variable "group_name" {
type = string
default = "group_1"
}