4 lines
51 B
HCL
4 lines
51 B
HCL
resource "aws_instance" "test" {
|
|
foo = "bar"
|
|
}
|
resource "aws_instance" "test" {
|
|
foo = "bar"
|
|
}
|