Skip to content

Commit

Permalink
feat: bump dasmeta/modules/aws from 0.36.8 to 2.17.2
Browse files Browse the repository at this point in the history
Bumps [dasmeta/modules/aws](https://github.com/dasmeta/terraform-aws-modules) from 0.36.8 to 2.17.2.
- [Release notes](https://github.com/dasmeta/terraform-aws-modules/releases)
- [Commits](dasmeta/terraform-aws-modules@0.36.8...v2.17.2)

---
updated-dependencies:
- dependency-name: dasmeta/modules/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 36b0cd8 commit 12ee119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "mongodb_backup_s3_storage_user" {
source = "dasmeta/modules/aws//modules/aws-iam-user"
version = "0.36.8"
version = "2.17.2"

create_user = var.create_user
username = var.backup_user_name
Expand Down

0 comments on commit 12ee119

Please sign in to comment.