We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b62942 commit 47eb972Copy full SHA for 47eb972
example/outputs.tf
@@ -1,2 +1,2 @@
1
-output "install_uri" { value = "https://${var.domain}/install" }
+output "install_uri" { value = "https://slack.${var.domain}/install" }
2
# output "openapi" { value = module.slackbot.openapi.json }
0 commit comments