mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-01 06:00:15 -05:00
9 lines
107 B
HCL
9 lines
107 B
HCL
variable "foo" {
|
|
default = "bar"
|
|
description = "bar"
|
|
}
|
|
|
|
provider "do" {
|
|
api_key = "${var.bar}"
|
|
}
|