|
1 |
| -## 1.37.0 (Unreleased) |
| 1 | +## 1.37.0 (September 19, 2018) |
2 | 2 |
|
3 | 3 | FEATURES:
|
4 | 4 |
|
5 |
| -* **New Resource:** `aws_dx_bgp_peer` [GH-5886] |
| 5 | +* **New Resource:** `aws_dx_bgp_peer` ([#5886](https://github.com/terraform-providers/terraform-provider-aws/issues/5886)) |
6 | 6 |
|
7 | 7 | ENHANCEMENTS:
|
8 | 8 |
|
9 |
| -* data-source/aws_ami_ids: Add `sort_ascending` argument [GH-5912] |
10 |
| -* resource/aws_iam_role_policy_attachment: Support resource import [GH-5910] |
11 |
| -* resource/aws_s3_bucket_inventory: Allow SSE-S3 encryption [GH-5870] |
12 |
| -* resource/aws_security_group: Add `prefix_list_ids` argument for `ingress` rules [GH-5916] |
| 9 | +* data-source/aws_ami_ids: Add `sort_ascending` argument ([#5912](https://github.com/terraform-providers/terraform-provider-aws/issues/5912)) |
| 10 | +* resource/aws_iam_role_policy_attachment: Support resource import ([#5910](https://github.com/terraform-providers/terraform-provider-aws/issues/5910)) |
| 11 | +* resource/aws_s3_bucket_inventory: Allow SSE-S3 encryption ([#5870](https://github.com/terraform-providers/terraform-provider-aws/issues/5870)) |
| 12 | +* resource/aws_security_group: Add `prefix_list_ids` argument for `ingress` rules ([#5916](https://github.com/terraform-providers/terraform-provider-aws/issues/5916)) |
13 | 13 |
|
14 | 14 | BUG FIXES:
|
15 | 15 |
|
16 |
| -* resource/aws_config_config_rule: Prevent panic when specifying empty `scope` [GH-5852] |
17 |
| -* resource/aws_iam_policy: Ensure `description` is properly read into Terraform state during resource creation [GH-5884] |
18 |
| -* resource/aws_instance: Properly handle `credit_specifications` with T3 instance types [GH-5805] |
19 |
| -* resource/aws_launch_template: Fix handling of `network_interface` `ipv6_addresses` [GH-5883] |
20 |
| -* resource/aws_redshift_cluster: Properly disable logging when using `logging` nested argument [GH-5895] |
21 |
| -* resource/aws_s3_bucket: Prevent panics with various API read failures [GH-5842] |
22 |
| -* resource/aws_s3_bucket: Prevent `NoSuchBucket` error on deletion [GH-5842] |
23 |
| -* resource/aws_wafregional_byte_match_set: Properly read `byte_match_tuple` into Terraform state [GH-5902] |
| 16 | +* resource/aws_config_config_rule: Prevent panic when specifying empty `scope` ([#5852](https://github.com/terraform-providers/terraform-provider-aws/issues/5852)) |
| 17 | +* resource/aws_iam_policy: Ensure `description` is properly read into Terraform state during resource creation ([#5884](https://github.com/terraform-providers/terraform-provider-aws/issues/5884)) |
| 18 | +* resource/aws_instance: Properly handle `credit_specifications` with T3 instance types ([#5805](https://github.com/terraform-providers/terraform-provider-aws/issues/5805)) |
| 19 | +* resource/aws_launch_template: Fix handling of `network_interface` `ipv6_addresses` ([#5883](https://github.com/terraform-providers/terraform-provider-aws/issues/5883)) |
| 20 | +* resource/aws_redshift_cluster: Properly disable logging when using `logging` nested argument ([#5895](https://github.com/terraform-providers/terraform-provider-aws/issues/5895)) |
| 21 | +* resource/aws_s3_bucket: Prevent panics with various API read failures ([#5842](https://github.com/terraform-providers/terraform-provider-aws/issues/5842)) |
| 22 | +* resource/aws_s3_bucket: Prevent `NoSuchBucket` error on deletion ([#5842](https://github.com/terraform-providers/terraform-provider-aws/issues/5842)) |
| 23 | +* resource/aws_wafregional_byte_match_set: Properly read `byte_match_tuple` into Terraform state ([#5902](https://github.com/terraform-providers/terraform-provider-aws/issues/5902)) |
24 | 24 |
|
25 | 25 | ## 1.36.0 (September 13, 2018)
|
26 | 26 |
|
|
0 commit comments