mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-26 20:34:48 -04:00
8 lines
97 B
Terraform
8 lines
97 B
Terraform
|
|
resource "test_instance" "foo" {
|
||
|
|
id = "foo"
|
||
|
|
}
|
||
|
|
|
||
|
|
resource "test_instance" "bar" {
|
||
|
|
id = "bar"
|
||
|
|
}
|