We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce3b4d commit 42c2033Copy full SHA for 42c2033
main.tf
@@ -1,7 +1,7 @@
1
2
module "s3_bucket" {
3
source = "cloudposse/s3-log-storage/aws"
4
- version = "1.4.5"
+ version = "2.0.0"
5
enabled = module.this.enabled
6
7
acl = var.acl
@@ -51,7 +51,7 @@ module "access_log_bucket_name" {
51
52
module "s3_access_log_bucket" {
53
54
55
enabled = local.create_access_log_bucket
56
57
0 commit comments