Skip to content

Commit

Permalink
Add output
Browse files Browse the repository at this point in the history
  • Loading branch information
aelred committed Jan 11, 2022
1 parent 70d4686 commit 9461856
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deploy/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ module s3_site {
repository = "tetris"
domain = "ael.red"
subdomain = "tetris"
}
}

output next_steps {
value = module.service.next_steps
}

output dockerhub_webhook_url {
value = module.service.dockerhub_webhook_url
}

0 comments on commit 9461856

Please sign in to comment.