We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf3444 commit d3144f2Copy full SHA for d3144f2
outputs.tf
@@ -0,0 +1,4 @@
1
+output "deployment" {
2
+ value = helm_release.this
3
+ description = "The state of the helm deployment"
4
+}
0 commit comments