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