Skip to content

Commit

Permalink
[E2E] - Bumping Terraform Module Version (Disabled ACLs)
Browse files Browse the repository at this point in the history
Bumping the version of the module to take into account the AWS's default block of ACL's
  • Loading branch information
gambol99 committed May 11, 2023
1 parent 29dc56a commit 9d7e0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/configuration.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
name: bucket
spec:
## Using a public repository
module: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket.git?ref=v3.1.0
module: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket.git?ref=v3.10.1
##
## If you need to use a private git repository, use the git format as below
##
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/integration/cloud/aws/plan.bats
Expand Up @@ -33,7 +33,7 @@ kind: Configuration
metadata:
name: ${RESOURCE_NAME}
spec:
module: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket.git?ref=v3.3.0
module: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket.git?ref=v3.10.1
enableDriftDetection: true
providerRef:
name: ${CLOUD}
Expand Down

0 comments on commit 9d7e0b0

Please sign in to comment.