Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f01c854

Browse files
committed
refactor: Just a simple example of a project w/ parameters
1 parent f7b4849 commit f01c854

File tree

1 file changed

+7
-0
lines changed
  • examples/project-with-parameters

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)