|
1 |
| -## 1.38.0 (Unreleased) |
| 1 | +## 1.38.0 (September 26, 2018) |
2 | 2 |
|
3 | 3 | FEATURES:
|
4 | 4 |
|
5 |
| -* **New Data Source:** `aws_db_event_categories` [GH-5514] |
| 5 | +* **New Data Source:** `aws_db_event_categories` ([#5514](https://github.com/terraform-providers/terraform-provider-aws/issues/5514)) |
6 | 6 |
|
7 | 7 | ENHANCEMENTS:
|
8 | 8 |
|
9 |
| -* data-source/aws_autoscaling_groups: Add `arns` attribute [GH-5766] |
10 |
| -* resource/aws_ami: Support resource import [GH-5990] |
11 |
| -* resource/aws_codebuild_project: Add `secondary_artifacts` and `secondary_sources` arguments [GH-5939] |
12 |
| -* resource/aws_codebuild_project: Add `arn` attribute [GH-5973] |
13 |
| -* resource/aws_launch_template: Support `credit_specification` configuration of T3 instance types [GH-5922] |
14 |
| -* resource/aws_launch_template: Allow `network_interface` `ipv6_address_count` configuration [GH-5771] |
| 9 | +* data-source/aws_autoscaling_groups: Add `arns` attribute ([#5766](https://github.com/terraform-providers/terraform-provider-aws/issues/5766)) |
| 10 | +* resource/aws_ami: Support resource import ([#5990](https://github.com/terraform-providers/terraform-provider-aws/issues/5990)) |
| 11 | +* resource/aws_codebuild_project: Add `secondary_artifacts` and `secondary_sources` arguments ([#5939](https://github.com/terraform-providers/terraform-provider-aws/issues/5939)) |
| 12 | +* resource/aws_codebuild_project: Add `arn` attribute ([#5973](https://github.com/terraform-providers/terraform-provider-aws/issues/5973)) |
| 13 | +* resource/aws_launch_template: Support `credit_specification` configuration of T3 instance types ([#5922](https://github.com/terraform-providers/terraform-provider-aws/issues/5922)) |
| 14 | +* resource/aws_launch_template: Allow `network_interface` `ipv6_address_count` configuration ([#5771](https://github.com/terraform-providers/terraform-provider-aws/issues/5771)) |
15 | 15 | * resource/aws_rds_cluster: Support `parallelquery` `engine_mode` argument [GH=5980]
|
16 | 16 |
|
17 | 17 | BUG FIXES:
|
18 | 18 |
|
19 |
| -* data-source/aws_ami: Prevent panics with AMIs in failed image state [GH-5968] |
20 |
| -* resource/aws_db_instance: Properly set `backup_retention_period = 0` with `snapshot_identifier` [GH-5970] |
21 |
| -* resource/aws_dms_replication_instance: Properly handle `engine_version` updates [GH-5948] |
22 |
| -* resource/aws_launch_template: Prevent `Auto Scaling only supports the 'one-time' Spot instance type with no duration.` error when using `instance_market_options` and AutoScaling Groups [GH-5957] |
23 |
| -* resource/aws_launch_template: Properly recreate existing resource when deleted [GH-5967] |
24 |
| -* resource/aws_launch_template: Continue accepting string `"true"` and `"false"` values for `ebs_optimized` argument [GH-5995] |
25 |
| -* resource/aws_load_balancer_policy: Properly handle resource when ELB is deleted [GH-5972] |
26 |
| -* resource/aws_rds_cluster_instance: Properly handle `publicly_accessible` updates [GH-5991] |
27 |
| -* resource/aws_security_group: Properly handle lingering ENIs from Lambda and similar services [GH-4884] |
28 |
| -* resource/aws_subnet: Properly handle lingering ENIs from Lambda and similar services [GH-4884] |
| 19 | +* data-source/aws_ami: Prevent panics with AMIs in failed image state ([#5968](https://github.com/terraform-providers/terraform-provider-aws/issues/5968)) |
| 20 | +* resource/aws_db_instance: Properly set `backup_retention_period = 0` with `snapshot_identifier` ([#5970](https://github.com/terraform-providers/terraform-provider-aws/issues/5970)) |
| 21 | +* resource/aws_dms_replication_instance: Properly handle `engine_version` updates ([#5948](https://github.com/terraform-providers/terraform-provider-aws/issues/5948)) |
| 22 | +* resource/aws_launch_template: Prevent `Auto Scaling only supports the 'one-time' Spot instance type with no duration.` error when using `instance_market_options` and AutoScaling Groups ([#5957](https://github.com/terraform-providers/terraform-provider-aws/issues/5957)) |
| 23 | +* resource/aws_launch_template: Properly recreate existing resource when deleted ([#5967](https://github.com/terraform-providers/terraform-provider-aws/issues/5967)) |
| 24 | +* resource/aws_launch_template: Continue accepting string `"true"` and `"false"` values for `ebs_optimized` argument ([#5995](https://github.com/terraform-providers/terraform-provider-aws/issues/5995)) |
| 25 | +* resource/aws_load_balancer_policy: Properly handle resource when ELB is deleted ([#5972](https://github.com/terraform-providers/terraform-provider-aws/issues/5972)) |
| 26 | +* resource/aws_rds_cluster_instance: Properly handle `publicly_accessible` updates ([#5991](https://github.com/terraform-providers/terraform-provider-aws/issues/5991)) |
| 27 | +* resource/aws_security_group: Properly handle lingering ENIs from Lambda and similar services ([#4884](https://github.com/terraform-providers/terraform-provider-aws/issues/4884)) |
| 28 | +* resource/aws_subnet: Properly handle lingering ENIs from Lambda and similar services ([#4884](https://github.com/terraform-providers/terraform-provider-aws/issues/4884)) |
29 | 29 |
|
30 | 30 | ## 1.37.0 (September 19, 2018)
|
31 | 31 |
|
|
0 commit comments