|
1 |
| -## 2.34.0 (Unreleased) |
| 1 | +## 2.34.0 (October 31, 2019) |
2 | 2 |
|
3 | 3 | ENHANCEMENTS:
|
4 | 4 |
|
5 |
| -* resource/aws_ecr_repository: Add `image_scanning_configuration` configuration block (support image scanning on push) [GH-10671] |
6 |
| -* resource/aws_elasticache_replication_group: Add `kms_key_id` argument (support KMS encryption) [GH-10380] |
7 |
| -* resource/aws_flow_log: Add `log_format` argument [GH-10374] |
8 |
| -* resource/aws_glue_job: Add `glue_version` argument [GH-10237] |
9 |
| -* resource/aws_storagegateway_smb_file_share: Add `tags` argument [GH-10620] |
| 5 | +* resource/aws_ecr_repository: Add `image_scanning_configuration` configuration block (support image scanning on push) ([#10671](https://github.com/terraform-providers/terraform-provider-aws/issues/10671)) |
| 6 | +* resource/aws_elasticache_replication_group: Add `kms_key_id` argument (support KMS encryption) ([#10380](https://github.com/terraform-providers/terraform-provider-aws/issues/10380)) |
| 7 | +* resource/aws_flow_log: Add `log_format` argument ([#10374](https://github.com/terraform-providers/terraform-provider-aws/issues/10374)) |
| 8 | +* resource/aws_glue_job: Add `glue_version` argument ([#10237](https://github.com/terraform-providers/terraform-provider-aws/issues/10237)) |
| 9 | +* resource/aws_storagegateway_smb_file_share: Add `tags` argument ([#10620](https://github.com/terraform-providers/terraform-provider-aws/issues/10620)) |
10 | 10 |
|
11 | 11 | BUG FIXES:
|
12 | 12 |
|
13 |
| -* resource/aws_backup_plan: Correctly handle changes to `recovery_point_tags` arguments [GH-10641] |
14 |
| -* resource/aws_backup_plan: Prevent `diffs didn't match` errors with `rule` configuration blocks [GH-10641] |
15 |
| -* resource/aws_cloudhsm_v2_cluster: Ensure multiple tag configurations are applied correctly [GH-10309] |
16 |
| -* resource/aws_cloudhsm_v2_cluster: Perform drift detection with tags [GH-10309] |
17 |
| -* resource/aws_dx_gateway_association: Fix backwards compatibility issue with missing `dx_gateway_association_id` attribute [GH-8776] |
18 |
| -* resource/aws_s3_bucket: Bypass `MethodNotAllowed` errors for Object Lock Configuration on read (support AWS C2S) [GH-10657] |
| 13 | +* resource/aws_backup_plan: Correctly handle changes to `recovery_point_tags` arguments ([#10641](https://github.com/terraform-providers/terraform-provider-aws/issues/10641)) |
| 14 | +* resource/aws_backup_plan: Prevent `diffs didn't match` errors with `rule` configuration blocks ([#10641](https://github.com/terraform-providers/terraform-provider-aws/issues/10641)) |
| 15 | +* resource/aws_cloudhsm_v2_cluster: Ensure multiple tag configurations are applied correctly ([#10309](https://github.com/terraform-providers/terraform-provider-aws/issues/10309)) |
| 16 | +* resource/aws_cloudhsm_v2_cluster: Perform drift detection with tags ([#10309](https://github.com/terraform-providers/terraform-provider-aws/issues/10309)) |
| 17 | +* resource/aws_dx_gateway_association: Fix backwards compatibility issue with missing `dx_gateway_association_id` attribute ([#8776](https://github.com/terraform-providers/terraform-provider-aws/issues/8776)) |
| 18 | +* resource/aws_s3_bucket: Bypass `MethodNotAllowed` errors for Object Lock Configuration on read (support AWS C2S) ([#10657](https://github.com/terraform-providers/terraform-provider-aws/issues/10657)) |
19 | 19 |
|
20 | 20 | ## 2.33.0 (October 17, 2019)
|
21 | 21 |
|
|
0 commit comments