Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdnL committed Apr 15, 2021
2 parents 50fe4fb + 1d1d462 commit c065051
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ resource "aws_s3_bucket" "bucket_index" {
count = var.redirection_url == "" ? 1 : 0
bucket = local.bucket_name
hosted_zone_id = var.aws_s3_bucket_hosted_zone_id
region = var.aws_region
request_payer = "BucketOwner"
tags = {}
website_domain = local.website_domain
Expand Down Expand Up @@ -43,7 +42,6 @@ resource "aws_s3_bucket" "bucket_redirect" {
count = var.redirection_url == "" ? 0 : 1
bucket = local.bucket_name
hosted_zone_id = var.aws_s3_bucket_hosted_zone_id
region = var.aws_region
request_payer = "BucketOwner"
tags = {}
website_domain = local.website_domain
Expand Down Expand Up @@ -169,4 +167,3 @@ resource "aws_route53_record" "record" {
zone_id = local.aws_hosted_cloudfront_zone_id
}
}

0 comments on commit c065051

Please sign in to comment.