Skip to content

Commit

Permalink
add output web endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloromani committed Oct 29, 2023
1 parent 268d564 commit c5d08f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def build_public_read_policy_for_bucket(bucket_name):
)
)
pulumi.export('site_s3_bucket', site_s3_bucket.id)
pulumi.export('site_s3_bucket_url', site_s3_bucket.website_endpoint)

# The bucket must be public
public_access_block = aws.s3.BucketPublicAccessBlock(
Expand Down

0 comments on commit c5d08f9

Please sign in to comment.