We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d5d27 commit 16105e4Copy full SHA for 16105e4
example/full-example/outputs.tf
@@ -1,4 +1,4 @@
1
-output "example-output" {
+output "example_output" {
2
description = "Example output of the module"
3
value = module.terraform-module-template
4
}
outputs.tf
@@ -1,6 +1,6 @@
# Example output from the module
-output "exmaple-output" {
5
value = var.example_var
6
0 commit comments