6 lines
62 B
Terraform
6 lines
62 B
Terraform
|
variable "foo" {}
|
||
|
|
||
|
provider "test" {
|
||
|
foo = "${var.foo}"
|
||
|
}
|