Skip to content

Commit

Permalink
Readd output, better name frontend module
Browse files Browse the repository at this point in the history
  • Loading branch information
o-leolleo committed Jul 31, 2023
1 parent 06dc952 commit e829305
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions cloudflare/frontends/outputs.tf → apps/frontends/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ output "bucket" {
output "artifact_bucket" {
value = try(module.artifact_bucket[0].bucket, null)
}

output "projects" {
value = merge({
for fqdn, record in local.records:
record.variant => fqdn...
})
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e829305

Please sign in to comment.