mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
6 lines
89 B
HCL
6 lines
89 B
HCL
resource "aws_instance" "a" {}
|
|
|
|
output "a_output" {
|
|
value = "${aws_instance.a.id}"
|
|
}
|