mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-16 11:29:57 -04:00
8 lines
107 B
HCL
8 lines
107 B
HCL
variable "foo" {
|
|
default = "bar"
|
|
description = "bar"
|
|
}
|
|
|
|
provider "do" {
|
|
api_key = "${var.bar}"
|
|
}
|