Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BenIVG committed Jan 29, 2025
1 parent 1a9097d commit de1816d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions udaartifact.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Create an S3 bucket
Resources:
UdaBucket:
WebBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: website-bucket
Expand All @@ -10,9 +10,9 @@ Resources:
ErrorDocument: error.html
Outputs:
WebsiteURL:
Value: !GetAtt UdaBucket.WebsiteURL
Value: !GetAtt WebBucket.WebsiteURL
Description: URL for website hosted on S3
S3BucketSecureURL:
Value: !GetAtt UdaBucket.DomainName
Value: !GetAtt WebBucket.DomainName
Description: Name of S3 bucket to hold website content

0 comments on commit de1816d

Please sign in to comment.