mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-04 21:00:39 -04:00
5 lines
78 B
HCL
5 lines
78 B
HCL
resource "test_resource" "foo" {
|
|
id = "constant_value"
|
|
value = "bar"
|
|
}
|