Skip to content

Commit

Permalink
Tweaks documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Jul 11, 2024
1 parent fa3eaba commit e896dd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ resource "aws_verifiedpermissions_identity_source" "example" {
entity_id_prefix = "MyOIDCProvider"
group_configuration {
group_claim = "groups"
group_entity_type = "Mycorp::UserGroup"
group_entity_type = "MyCorp::UserGroup"
}
}
}
principal_entity_type = "Mycorp::UserGroup"
principal_entity_type = "MyCorp::User"
}
```

Expand Down

0 comments on commit e896dd2

Please sign in to comment.