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