8 lines
94 B
HCL
8 lines
94 B
HCL
variable "value" {}
|
|
|
|
provider "aws" {
|
|
foo = var.value
|
|
}
|
|
|
|
resource "aws_instance" "foo" {}
|