4 lines
50 B
Terraform
4 lines
50 B
Terraform
|
|
resource "test_instance" "foo" {
|
||
|
|
dynamic = {}
|
||
|
|
}
|