Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/terraform/modules/aws/group_accou…
Browse files Browse the repository at this point in the history
…nt_assignments/hashicorp/aws-5.40.0
  • Loading branch information
danielpalmeribm authored Mar 11, 2024
2 parents 9145897 + 71571c2 commit 36df05c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
34 changes: 17 additions & 17 deletions modules/aws/group_user_memberships/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/aws/group_user_memberships/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.39.0"
version = "~> 5.40.0"
}
}
}
Expand Down
34 changes: 17 additions & 17 deletions modules/aws/ssoadmin_instance/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/aws/ssoadmin_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.39.0"
version = "~> 5.40.0"
}
}
}
Expand Down

0 comments on commit 36df05c

Please sign in to comment.