Skip to content

Commit 16105e4

Browse files
committed
Fix output naming convention
1 parent 25d5d27 commit 16105e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/full-example/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
output "example-output" {
1+
output "example_output" {
22
description = "Example output of the module"
33
value = module.terraform-module-template
44
}

outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example output from the module
22

3-
output "exmaple-output" {
3+
output "example_output" {
44
description = "Example output of the module"
55
value = var.example_var
66
}

0 commit comments

Comments
 (0)