Skip to content

Commit c6b8d3d

Browse files
Merge pull request #5 from AvesIT/provide-output
Create outputs
2 parents bcf3444 + d3144f2 commit c6b8d3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
output "deployment" {
2+
value = helm_release.this
3+
description = "The state of the helm deployment"
4+
}

0 commit comments

Comments
 (0)