mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-11 18:00:59 -04:00
4 lines
58 B
HCL
4 lines
58 B
HCL
resource "aws_instance" "foo" {
|
|
foo = "${self.bar}"
|
|
}
|