Skip to content

Commit

Permalink
Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 24, 2024
1 parent 2e8f6fa commit e440de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/s3-website/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output "policy_documents" {
value = [
module.subdomain_bucket.policy_document,
try(module.root_bucket.policy_document, null)
try(module.root_bucket[0].policy_document, null)
]
}

0 comments on commit e440de5

Please sign in to comment.