Files
opentf/configs/testdata/valid-modules/override-variable/primary.tf
2019-06-30 10:16:15 +02:00

12 lines
209 B
HCL

variable "fully_overridden" {
default = "base"
description = "base description"
type = string
}
variable "partially_overridden" {
default = "base"
description = "base description"
type = string
}