6 lines
86 B
HCL
6 lines
86 B
HCL
resource "aws_instance" "a" { }
|
|
|
|
output "output" {
|
|
value = "${aws_instance.a.id}"
|
|
}
|