Skip to content

Commit e1da594

Browse files
committed
* 'main' of https://github.com/hashicorp/terraform-provider-aws: (599 commits) Adds CHANGELOG Updates acceptance tests and documentation Update CHANGELOG.md for hashicorp#17650 Removes redundant error check Update CHANGELOG.md for hashicorp#17645 resource/aws_lb_listener_certificate: Prevent resource ID parsing error with IAM Server Certificate names containing underscores (hashicorp#17645) resource/aws_instance: Apply attribute waiter logic to iam_instance_profile attribute (hashicorp#17414) Update CHANGELOG.md for hashicorp#17534 Adds multi-error handling to ElastiCache Cluster sweeper Excludes Clusters in Replication Groups from sweeper Adds check for deleting only member of replication group and does not retry Update CHANGELOG.md for hashicorp#17204 Update docs for cloudfront_distribution resource fix(aws_ses_reciept_rule): include period in name validation regex Add CHANGELOG entry. r/aws_dx_gateway_association: Fix 'TestAccAwsDxGatewayAssociation_multiVpnGatewaysSingleAccount'. r/aws_ec2_transit_gateway: Increase deletion IncorrectState retry to 5 minutes. Update CHANGELOG.md after release fix if evaluation r/aws_dx_gateway_association: Modernize acceptance tests. ...
2 parents bc48c21 + 4f0de55 commit e1da594

699 files changed

Lines changed: 29793 additions & 4779 deletions

File tree

Some content is hidden

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

.changelog/11600.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_ses_configuration_set: Add `delivery_options` argument
3+
```

.changelog/11687.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_cloudwatch_log_destination: Add plan time validation to `role_arn`, `name` and `target_arn`.
3+
```

.changelog/11770.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_sns_topic_subscription: Add `redrive_policy` argument
3+
```

.changelog/11772.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
```release-note:enhancement
2+
resource/aws_ssm_patch_baseline: Adds plan time validation for `name`, `description`, `global_filter.key`, `global_filter.values`,
3+
`approved_patches`, `rejected_patches`, `approval_rule.approve_after_days`, `approval_rule.patch_filter.key`, and `approval_rule.patch_filter.values`.
4+
```
5+
6+
```release-note:enhancement
7+
resource/aws_ssm_patch_baseline: Add `approved_patches_enable_non_security` and `rejected_patches_action` arguments
8+
```
9+
10+
```release-note:enhancement
11+
resource/aws_ssm_patch_baseline: Adds `arn` attribute.
12+
```

.changelog/11774.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:enhancement
2+
resource/aws_ssm_maintenance_window_task: Add `task_invocation_parameters` `run_command_parameters` block `cloudwatch_config` and `document_version` arguments
3+
```
4+
5+
```release-note:enhancement
6+
resource/aws_ssm_maintenance_window_task: Add plan time validation to `max_concurrency`, `max_errors`, `priority`, `service_role_arn`, `targets`, `targets.notification_arn`, `targets.service_role_arn`, `task_type`, `task_invocation_parameters.run_command_parameters.comment`, `task_invocation_parameters.run_command_parameters.document_hash`, `task_invocation_parameters.run_command_parameters.timeout_seconds`, and `task_invocation_parameters.run_command_parameters.notification_config.notification_events` arguments
7+
```

.changelog/11879.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_ssm_patch_baseline: Add `source` configuration block
3+
```

.changelog/12055.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
data-source/aws_iam_policy_document: Support merging policy documents by adding `source_policy_documents` and `override_policy_documents` arguments
3+
```

.changelog/12200.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_ssm_maintenance_window_task: Make `service_role_arn` optional
3+
```

.changelog/12482.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_dx_gateway_association: Changes to `proposal_id` do not force resource recreation
3+
```

.changelog/12645.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
```release-note:bug
2+
resource/aws_glacier_vault: Prevent crash with `GetVaultAccessPolicy` API errors
3+
```
4+
5+
```release-note:bug
6+
resource/aws_glacier_vault: Properly remove from state when resource does not exist
7+
```
8+
9+
```release-note:enhancement
10+
resource/aws_glacier_vault: Add plan-time validation for `notification` configuration block `events` and `sns_topic_arn` arguments
11+
```

0 commit comments

Comments
 (0)