Files
opentf/internal/tofu/testdata/apply-enabled-module/mod1/mod.tf
Diogenes Fernandes 22594c8afe Add tests for module lifecycle enabled
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
2025-10-03 13:17:47 -03:00

8 lines
104 B
HCL

resource "test_instance" "a" {
value = "updated"
}
output "result" {
value = "module is enabled"
}