Skip to content

Commit

Permalink
update permission set version and update README for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalmeribm committed Mar 11, 2024
1 parent 4d86b66 commit 7b92dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ The following modules are available:
- [Group User Memberships](./group_user_memberships/README.md)
- [Groups](./groups/README.md)
- [Identity Center Instance](./ssoadmin_instance/README.md)
- [Permission Sets](./permission_sets/README.md)
- [Users](./users/README.md)
2 changes: 1 addition & 1 deletion modules/aws/permission_sets/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.0.0, < 6.0.0"
}
}
}
Expand Down

0 comments on commit 7b92dac

Please sign in to comment.