Skip to content

Commit

Permalink
Update ref in new module
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley committed Oct 5, 2023
1 parent 4e8a7fd commit 10853d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/sso_account_assignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "aws_organizations_organization" "example" {
}
module "iam_example" {
source = "github.com/answerdigital/terraform-modules//modules/aws/sso_account_assignment?ref=v2"
source = "github.com/answerdigital/terraform-modules//modules/aws/sso_account_assignment?ref=v3"
permission_sets = {
AdministratorAccess = {
Expand Down

0 comments on commit 10853d9

Please sign in to comment.