Thanks to visit codestin.com Credit goes to github.com
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 f7b4849 commit f01c854Copy full SHA for f01c854
examples/project-with-parameters/main.tf
@@ -0,0 +1,7 @@
1
+variable "message" {
2
+ type = string
3
+}
4
+
5
+output "hello_provisioner" {
6
+ value = "Hello, provisioner: ${var.message}"
7
0 commit comments