mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-31 03:00:18 -05:00
6 lines
69 B
HCL
6 lines
69 B
HCL
resource "aws_instance" "foo" {}
|
|
|
|
output "bar" {
|
|
value = "baz"
|
|
}
|