terraform-aws-server/examples/basic/indirectdomain/variables.tf

7 lines
78 B
HCL

variable "identifier" {
type = string
}
variable "zone" {
type = string
}