Skip to content

Commit 084111d

Browse files
committed
local testing of terratest
1 parent a6b4182 commit 084111d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ output "additional_grants" {
1717
value = keys(module.additional_grants)
1818
description = "Additional grants"
1919
}
20+
21+
# Add a Hello World output for Terratest
22+
output "hello_world" {
23+
value = "Hello, Terratest!"
24+
description = "A simple Hello World output for Terratest validation."
25+
}

0 commit comments

Comments
 (0)