We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2352c5f commit 5758611Copy full SHA for 5758611
main.tf
@@ -1,12 +1,11 @@
1
variable "input_var" {
2
description = "An input variable"
3
type = string
4
- default = "Hello, world!"
+ default = "Hello, world2!"
5
}
6
7
output "variable_output" {
8
value = var.input_var
9
description = "This output shows the value of the input variable."
10
11
12
-resource "null_resource" "test" {}
0 commit comments