Skip to content

Commit

Permalink
can't use subdomains
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraue committed Mar 26, 2024
1 parent e1ede45 commit 13c833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_s3_bucket" "zwell-static-hosting-bucket" {
bucket = "dev.app.zwellhome.com"
bucket = "app2.zwellhome.com"
}

resource "aws_s3_bucket_website_configuration" "static-hosting-config" {
Expand Down

0 comments on commit 13c833e

Please sign in to comment.