We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1467a commit 86e14edCopy full SHA for 86e14ed
main.tf
@@ -1,7 +1,7 @@
1
variable "input_var" {
2
description = "An input variable"
3
type = string
4
- default = "Hello, Terraform!"
+ default = "Hello, world!"
5
}
6
7
output "variable_output" {
0 commit comments