Skip to content

Commit d76d96c

Browse files
authored
Merge pull request #10 from oracle-community/refresh-main
Refresh main
2 parents bfdc400 + 1c2f879 commit d76d96c

File tree

1,887 files changed

+52162
-10697
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,887 files changed

+52162
-10697
lines changed

.changelog/33624.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_cognito_risk_configuration: Make `account_takeover_risk_configuration.notify_configuration` optional
3+
```

.changelog/43240.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/aws_dynamodb_table: Add `replica.deletion_protection_enabled` argument
3+
```

.changelog/43262.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_vpc_ipam_pool_cidr: Fix netmask_length not being saved and diffed correctly
3+
```

.changelog/43337.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_batch_compute_environment: Fix `inconsistent final plan` error when `compute_resource.launch_template.version` is unknown during an update
3+
```

.changelog/43534.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_timestreaminfluxdb_db_instance: Don't mark `network_type` as [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) if the value is not configured. This fixes a problem with `terraform apply -refresh=false` after upgrade from `v5.90.0` and below
3+
```

.changelog/43545.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_servicequotas_service_quota: Add validation, during `create`, to check if new value is less than current value of quota
3+
```

.changelog/43561.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
aws_wafv2_web_acl_rule_group_association
3+
```

.changelog/43597.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:enhancement
2+
data-source/aws_wafv2_web_acl: Add `resource_arn` argument to enable finding web ACLs by resource ARN
3+
```
4+
5+
```release-note:enhancement
6+
data-source/aws_wafv2_web_acl: Add support for `CLOUDFRONT` `scope` web ACLs using `resource_arn`
7+
```

.changelog/43605.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_fsx_lustre_file_system: Fix validation of SSD read cache size for file systems using the Intelligent-Tiering storage class
3+
```

.changelog/43613.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
```release-note:new-resource
2+
aws_quicksight_custom_permissions
3+
```
4+
5+
```release-note:new-resource
6+
aws_quicksight_role_custom_permission
7+
```
8+
9+
```release-note:new-resource
10+
aws_quicksight_user_custom_permission
11+
```
12+
13+
```release-note:enhancement
14+
resource/aws_quicksight_user: Change `user_name` to Optional and Computed
15+
```
16+
17+
```release-note:enhancement
18+
resource/aws_quicksight_user: Support `IAM_IDENTITY_CENTER` as a valid value for `identity_type`
19+
```
20+
21+
```release-note:enhancement
22+
resource/aws_quicksight_user: Support `RESTRICTED_AUTHOR` and `RESTRICTED_READER` as valid values for `user_role`
23+
```
24+
25+
```release-note:enhancement
26+
resource/aws_quicksight_user: Add plan-time validation of `iam_arn`
27+
```
28+
29+
```release-note:enhancement
30+
data-source/aws_quicksight_user: Add `custom_permissions_name` attribute
31+
```

0 commit comments

Comments
 (0)