File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ resource "aws_identitystore_group" "manual" {
7575
7676module "permission_sets" {
7777 source = " cloudposse/sso/aws//modules/permission-sets"
78- version = " 1.1.1 "
78+ version = " 1.2.0 "
7979
8080 permission_sets = concat (
8181 local. overridable_additional_permission_sets ,
@@ -98,7 +98,7 @@ module "permission_sets" {
9898
9999module "sso_account_assignments" {
100100 source = " cloudposse/sso/aws//modules/account-assignments"
101- version = " 1.1.1 "
101+ version = " 1.2.0 "
102102
103103 account_assignments = local. account_assignments
104104 context = module. this . context
@@ -110,7 +110,7 @@ module "sso_account_assignments" {
110110
111111module "sso_account_assignments_root" {
112112 source = " cloudposse/sso/aws//modules/account-assignments"
113- version = " 1.1.1 "
113+ version = " 1.2.0 "
114114
115115 providers = {
116116 aws = aws.root
You can’t perform that action at this time.
0 commit comments