Skip to content

Commit

Permalink
updating outputs terraform value to be lowercased
Browse files Browse the repository at this point in the history
  • Loading branch information
Farley committed Feb 8, 2018
1 parent 323cb03 commit 5b01e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ output "tags" {
"Stage", "${null_resource.default.triggers.stage}",
"Client", "${null_resource.default.triggers.client}",
"StackName", "${null_resource.default.triggers.stack_name}",
"Terraform", "True"
"Terraform", "true"
), var.tags
)
}"
Expand Down

0 comments on commit 5b01e22

Please sign in to comment.