mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 04:32:59 -06:00
9 lines
118 B
HCL
9 lines
118 B
HCL
variable "foo" {
|
|
default = "bar";
|
|
description = "bar";
|
|
}
|
|
|
|
provider "do" {
|
|
api_key = "${var.bar}";
|
|
}
|