Skip to content

Commit 47eb972

Browse files
committed
fix example output
1 parent 3b62942 commit 47eb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
output "install_uri" { value = "https://${var.domain}/install" }
1+
output "install_uri" { value = "https://slack.${var.domain}/install" }
22
# output "openapi" { value = module.slackbot.openapi.json }

0 commit comments

Comments
 (0)