Created
June 9, 2020 22:08
-
-
Save avishayil/239127c5ce55527e438c6fc1b571d4cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- iam_policy: | |
iam_type: role | |
iam_name: Developer | |
policy_name: DeveloperAccess | |
policy_document: dev/policies/DeveloperAccess.json | |
state: present | |
- iam_policy: | |
iam_type: group | |
iam_name: Okta | |
policy_name: OktaMasterAccountPolicy | |
policy_document: dev/policies/OktaMasterAccountPolicy.json | |
state: present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment