Skip to content

Commit 176da4a

Browse files
authored
Update main.tf
1 parent 86e14ed commit 176da4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ output "variable_output" {
88
value = var.input_var
99
description = "This output shows the value of the input variable."
1010
}
11+
12+
resource "null_resource" "test" {}

0 commit comments

Comments
 (0)