Skip to content

Commit 86e14ed

Browse files
authored
Update main.tf
1 parent 9e1467a commit 86e14ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

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

77
output "variable_output" {

0 commit comments

Comments
 (0)