opentofu/config/test-fixtures/validate-unknownvar/main.tf
Mitchell Hashimoto 038cca291e config: HCL loader
2014-08-11 09:58:53 -07:00

9 lines
107 B
HCL

variable "foo" {
default = "bar"
description = "bar"
}
provider "do" {
api_key = "${var.bar}"
}