Skip to content

Commit

Permalink
remove escaped $ because no-fork provider no longer allows them
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Dec 6, 2023
1 parent 20ed28b commit aab2f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ssoadmin/instanceaccesscontrolattributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ spec:
- key: name
value:
- source:
- $${path:name.givenName}
- ${path:name.givenName}
- key: last
value:
- source:
- $${path:name.familyName}
- ${path:name.familyName}
region: us-east-1

0 comments on commit aab2f0d

Please sign in to comment.