Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_iam_role: Add exclusive list support for a role's inline and managed policies #5904

Merged
merged 20 commits into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d94640e
resource/aws_iam_role: Add exclusive lists of policies to role
YakDriver Sep 12, 2018
25b47c0
resource/aws_iam_role: Update documentation
YakDriver Sep 17, 2018
1569a9f
resource/aws_iam_role: Add new acceptance tests
YakDriver Sep 19, 2018
a11bf99
resource/iam_role: Revert less significant changes
YakDriver Jan 28, 2021
bc69864
resource/iam_role: Modernize old patterns
YakDriver Feb 4, 2021
17800be
resource/iam_role: Fix lint issues
YakDriver Feb 4, 2021
ba5e679
resource/iam_role: Rework policies arguments
YakDriver Feb 5, 2021
0dc1957
resource/iam_role: Refactor names, modernize paged output
YakDriver Feb 5, 2021
2c13eb2
resource/iam_role: Update documentation
YakDriver Feb 5, 2021
303a865
docs/iam_role: Clean up arguments
YakDriver Feb 8, 2021
49179fe
resource/iam_role: Add changelog file
YakDriver Feb 8, 2021
34db37e
resource/iam_role: Rework exclusive policy lists
YakDriver Feb 16, 2021
33349f1
docs/resource/iam_role: Update for new syntax
YakDriver Feb 16, 2021
392c292
docs/resource/iam_role: Minor correction
YakDriver Feb 16, 2021
387b80b
resource/iam_role: Adjust after review
YakDriver Feb 22, 2021
0f22b86
tests/resource/iam_role: Remove unused function
YakDriver Feb 22, 2021
42bf4aa
Update website/docs/r/iam_policy_attachment.html.markdown
YakDriver Feb 23, 2021
50fc806
Update website/docs/r/iam_role_policy.html.markdown
YakDriver Feb 23, 2021
feb5457
Update website/docs/r/iam_role_policy_attachment.markdown
YakDriver Feb 23, 2021
01ec6d5
docs/resource/iam_role: Switch to jsonencode
YakDriver Feb 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/5904.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_iam_role: Add support for exclusive policy management `inline_policy` and `managed_policy_arns` arguments
```
Loading