5 lines
87 B
Terraform
5 lines
87 B
Terraform
|
variable "region" {
|
||
|
type = string
|
||
|
description = "The name of the region."
|
||
|
}
|