Skip to content

Commit

Permalink
add bucket_domain_name, bucket_regional_domain_name
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 1, 2022
1 parent 9b3fea6 commit 02093b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ This works with the Terraform AWS provider 3.x.
* 2.4.6 -- 2022-03-25
- add links to common/versions.tf

* 2.4.7 -- 2022--6-01
- add bucket_domain_name and bucket_regional_domain_name to outputs.s3.tf
4 changes: 4 additions & 0 deletions common/outputs.s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ output "s3_module_settings" {
account_id = local.account_id
region = local.region
region_short = local.region_short
bucket_domain_name = aws_s3_bucket.this.bucket_domain_name
bucket_regional_domain_name = aws_s3_bucket.this.bucket_regional_domain_name
}
}


2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "2.4.6"
_module_version = "2.4.7"
}

0 comments on commit 02093b8

Please sign in to comment.