Skip to main content
variables.tf198 B
View on GitHub
variable "pet" {
description = "The type of pet to include in the PetSet"
type = string
}

variable "instance" {
description = "The instance number of the pet"
type = string
}

Related Documentation