mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-09 00:22:36 -04:00
7 lines
104 B
HCL
7 lines
104 B
HCL
resource "test_instance" "a" {
|
|
value = "updated"
|
|
}
|
|
|
|
output "result" {
|
|
value = "module is enabled"
|
|
}
|