mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-09 00:22:36 -04:00
8 lines
97 B
Terraform
8 lines
97 B
Terraform
|
|
resource "test_instance" "foo" {
|
||
|
|
id = "foo"
|
||
|
|
}
|
||
|
|
|
||
|
|
resource "test_instance" "bar" {
|
||
|
|
id = "bar"
|
||
|
|
}
|