8 lines
90 B
Terraform
8 lines
90 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
ami = "bar"
|
||
|
}
|
||
|
|
||
|
provider "test" {
|
||
|
value = "foo"
|
||
|
}
|