mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-21 22:28:03 -04:00
7 lines
81 B
Terraform
7 lines
81 B
Terraform
|
|
provider "test" {
|
||
|
|
foo = file("./data")
|
||
|
|
}
|
||
|
|
|
||
|
|
resource "test_instance" "foo" {
|
||
|
|
}
|