Files

9 lines
132 B
Terraform
Raw Permalink Normal View History

2023-11-01 00:02:56 +02:00
variable "region" {
type = string
default = "eu-west-1"
}
variable "group_name" {
type = string
default = "group_1"
}