We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e14ed commit 176da4aCopy full SHA for 176da4a
main.tf
@@ -8,3 +8,5 @@ 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