Skip to content

Commit a504e41

Browse files
authored
Merge pull request #19 from oracle-community/sync-with-upstream-1
Sync the fork with HashiCorp
2 parents 74246f1 + b0a3432 commit a504e41

File tree

97 files changed

+2760
-319
lines changed

Some content is hidden

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

97 files changed

+2760
-319
lines changed

.changelog/24730.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_servicecatalog_portfolio_share: Add global mutex lock around create and delete operations to prevent `ThrottlingException` errors
3+
```

.changelog/37286.txt

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

.changelog/40035.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_codebuild_project: Add `auto_retry_limit` argument
3+
```

.changelog/44336.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```release-note:new-data-source
2+
aws_odb_cloud_autonomous_vm_clusters
3+
```
4+
5+
```release-note:new-data-source
6+
aws_odb_cloud_exadata_infrastructures
7+
```
8+
9+
```release-note:new-data-source
10+
aws_odb_cloud_vm_clusters
11+
```
12+
13+
```release-note:new-data-source
14+
aws_odb_networks
15+
```
16+
17+
```release-note:new-data-source
18+
aws_odb_network_peering_connections
19+
```

.changelog/44518.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
```release-note:bug
2+
provider: Fix `Missing Resource Identity After Update` errors for non-refreshed and failed updates of Plugin Framework based resources
3+
```
4+
```release-note:bug
5+
provider: Fix `Unexpected Identity Change` errors when fully-null identity values in state are updated to valid values for Plugin Framework based resources
6+
```

.changelog/44542.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_ec2_transit_gateway_route_table_propagation.test: Fix bug causing `inconsistent final plan` errors
3+
```

.changelog/44572.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_ivschat_room: Set `maximum_message_rate_per_second` validation maximum to `100`
3+
```

.changelog/44576.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_dynamodb_table: Do not retry on `LimitExceededException`
3+
```

.changelog/44589.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_emrserverless_application: Add `scheduler_configuration` block
3+
```

.changelog/44604.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
```release-note:enhancement
2+
resource/aws_launch_template: Update EBS `throughput` maximum validation from 1000 to 2000 MiB/s for gp3 volumes
3+
```
4+
```release-note:enhancement
5+
resource/aws_imagebuilder_container_recipe: Update EBS `throughput` maximum validation from 1000 to 2000 MiB/s for gp3 volumes
6+
```
7+
```release-note:enhancement
8+
resource/aws_imagebuilder_image_recipe: Update EBS `throughput` maximum validation from 1000 to 2000 MiB/s for gp3 volumes
9+
```

0 commit comments

Comments
 (0)