Skip to content

Commit

Permalink
Add a little more outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
campos20 committed May 6, 2024
1 parent 6215443 commit 72bb9a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions iac/modules/frontend/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ output "cf_distribution_id" {
value = module.cdn.cf_id
}

output "cf_domain_name" {
value = module.cdn.cf_domain_name
}

4 changes: 4 additions & 0 deletions iac/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "tnoodle_deployment_bucket" {
value = module.tnoodle_frontend.deployment_bucket
}

output "tnoodle_distribution_id" {
value = module.tnoodle_frontend.cf_distribution_id
}

0 comments on commit 72bb9a9

Please sign in to comment.