Skip to content

Commit 5758611

Browse files
authored
Update main.tf
1 parent 2352c5f commit 5758611

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
variable "input_var" {
22
description = "An input variable"
33
type = string
4-
default = "Hello, world!"
4+
default = "Hello, world2!"
55
}
66

77
output "variable_output" {
88
value = var.input_var
99
description = "This output shows the value of the input variable."
1010
}
1111

12-
resource "null_resource" "test" {}

0 commit comments

Comments
 (0)