forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
34378.txt
31 lines (24 loc) · 986 Bytes
/
34378.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
```release-note:bug
resource/aws_iam_group_policy_attachment: Retry `ConcurrentModificationException` errors on create and delete
```
```release-note:bug
resource/aws_iam_policy_attachment: Retry `ConcurrentModificationException` errors on create and delete
```
```release-note:bug
resource/aws_iam_role_policy_attachment: Retry `ConcurrentModificationException` errors on create and delete
```
```release-note:bug
resource/aws_iam_user_policy_attachment: Retry `ConcurrentModificationException` errors on create and delete
```
```release-note:enhancement
resource/aws_iam_group_policy_attachment: Add plan-time validation of `policy_arn`
```
```release-note:enhancement
resource/aws_iam_policy_attachment: Add plan-time validation of `policy_arn`
```
```release-note:enhancement
resource/aws_iam_role_policy_attachment: Add plan-time validation of `policy_arn`
```
```release-note:enhancement
resource/aws_iam_user_policy_attachment: Add plan-time validation of `policy_arn`
```