4 lines
53 B
HCL
4 lines
53 B
HCL
resource "aws_instance" "foo" {
|
|
from = "child"
|
|
}
|
resource "aws_instance" "foo" {
|
|
from = "child"
|
|
}
|