6 lines
61 B
Terraform
6 lines
61 B
Terraform
variable "region" {
|
|
default = "nyc3"
|
|
type = string
|
|
}
|
|
|
variable "region" {
|
|
default = "nyc3"
|
|
type = string
|
|
}
|
|
|