Skip to content

Commit c6b74a2

Browse files
authored
fix(aws-provider): fivexl/account-baseline/aws//modules/s3_baseline version bump (#128)
AWS-Provider v6 support <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update `fivexl/account-baseline/aws//modules/s3_baseline` from `1.5.0` to `2.0.0` for `audit_bucket` and `config_bucket` modules. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3b51b79. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6e19f29 commit c6b74a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s3.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "audit_bucket" {
22
count = var.s3_name_of_the_existing_bucket == "" ? 1 : 0
33
source = "fivexl/account-baseline/aws//modules/s3_baseline"
4-
version = "1.5.0"
4+
version = "2.0.0"
55

66
bucket_name = local.s3_bucket_name
77

@@ -18,7 +18,7 @@ module "audit_bucket" {
1818

1919
module "config_bucket" {
2020
source = "fivexl/account-baseline/aws//modules/s3_baseline"
21-
version = "1.5.0"
21+
version = "2.0.0"
2222

2323
bucket_name = local.config_bucket_name
2424

0 commit comments

Comments
 (0)