Skip to content

Commit 1e7a66f

Browse files
committed
chore(lint): lint simple example
Signed-off-by: Theo Bob Massard <tbobm@protonmail.com>
1 parent a25aa21 commit 1e7a66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ module "env" {
1616
}
1717

1818
output "this" {
19-
value = module.env
19+
value = module.env
2020
description = "The env module outputs"
2121
}

0 commit comments

Comments
 (0)