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