mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-05 18:00:08 -04:00
8 lines
104 B
HCL
8 lines
104 B
HCL
resource "test_instance" "a" {
|
|
value = "updated"
|
|
}
|
|
|
|
output "result" {
|
|
value = "module is enabled"
|
|
}
|