mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
5 lines
63 B
HCL
5 lines
63 B
HCL
resource "aws_instance" "bar" {
|
|
id = "foo"
|
|
num = "2"
|
|
}
|