Skip to content

Commit

Permalink
feat: bump dasmeta/modules/aws from 0.36.1 to 2.12.0
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.1 to 2.12.0.
- [Release notes](https://github.com/dasmeta/terraform-aws-modules/releases)
- [Commits](dasmeta/terraform-aws-modules@0.36.1...v2.12.0)

---
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 Jan 25, 2024
1 parent 648dce2 commit 4f8d4de
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 "iam_user" {
source = "dasmeta/modules/aws//modules/aws-iam-user"
version = "0.36.1"
version = "2.12.0"

create_user = var.create_iam_user
username = local.iam_user_name
Expand Down

0 comments on commit 4f8d4de

Please sign in to comment.