mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 04:32:59 -06:00
8 lines
92 B
HCL
8 lines
92 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
data "test_ds" "bar" {
|
|
filter = "foo"
|
|
}
|