|
1 |
| -## 1.8.0 (Unreleased) |
| 1 | +## 1.8.0 (January 29, 2018) |
2 | 2 |
|
3 | 3 | FEATURES:
|
4 | 4 |
|
5 |
| -* **New Resource:** `aws_dynamodb_global_table` [GH-2517] |
6 |
| -* **New Resource:** `aws_gamelift_build` [GH-2843] |
| 5 | +* **New Resource:** `aws_dynamodb_global_table` ([#2517](https://github.com/terraform-providers/terraform-provider-aws/issues/2517)) |
| 6 | +* **New Resource:** `aws_gamelift_build` ([#2843](https://github.com/terraform-providers/terraform-provider-aws/issues/2843)) |
7 | 7 |
|
8 | 8 | ENHANCEMENTS:
|
9 | 9 |
|
10 |
| -* provider: `cn-northwest-1` region is now supported [GH-3142] |
11 |
| -* data-source/aws_kms_alias: Add target_key_arn attribute [GH-2551] |
12 |
| -* resource/aws_api_gateway_integration: Allow update of content_handling attributes [GH-3123] |
13 |
| -* resource/aws_appautoscaling_target: Support updating max_capacity, min_capacity, and role_arn attributes [GH-2950] |
14 |
| -* resource/aws_cloudwatch_log_subscription_filter: Add support for distribution [GH-3046] |
15 |
| -* resource/aws_cognito_user_pool: support pre_token_generation in lambda_config [GH-3093] |
16 |
| -* resource/aws_elasticsearch_domain: Add support for encrypt_at_rest [GH-2632] |
17 |
| -* resource/aws_emr_cluster: Support CustomAmiId [GH-2766] |
18 |
| -* resource/aws_kms_alias: Add target_key_arn attribute [GH-3096] |
19 |
| -* resource/aws_route: Allow adding IPv6 routes to instances and network interfaces [GH-2265] |
20 |
| -* resource/aws_sqs_queue: Retry queue creation on QueueDeletedRecently error [GH-3113] |
21 |
| -* resource/aws_vpn_connection: Add inside CIDR and pre-shared key attributes [GH-1862] |
| 10 | +* provider: `cn-northwest-1` region is now supported ([#3142](https://github.com/terraform-providers/terraform-provider-aws/issues/3142)) |
| 11 | +* data-source/aws_kms_alias: Add target_key_arn attribute ([#2551](https://github.com/terraform-providers/terraform-provider-aws/issues/2551)) |
| 12 | +* resource/aws_api_gateway_integration: Allow update of content_handling attributes ([#3123](https://github.com/terraform-providers/terraform-provider-aws/issues/3123)) |
| 13 | +* resource/aws_appautoscaling_target: Support updating max_capacity, min_capacity, and role_arn attributes ([#2950](https://github.com/terraform-providers/terraform-provider-aws/issues/2950)) |
| 14 | +* resource/aws_cloudwatch_log_subscription_filter: Add support for distribution ([#3046](https://github.com/terraform-providers/terraform-provider-aws/issues/3046)) |
| 15 | +* resource/aws_cognito_user_pool: support pre_token_generation in lambda_config ([#3093](https://github.com/terraform-providers/terraform-provider-aws/issues/3093)) |
| 16 | +* resource/aws_elasticsearch_domain: Add support for encrypt_at_rest ([#2632](https://github.com/terraform-providers/terraform-provider-aws/issues/2632)) |
| 17 | +* resource/aws_emr_cluster: Support CustomAmiId ([#2766](https://github.com/terraform-providers/terraform-provider-aws/issues/2766)) |
| 18 | +* resource/aws_kms_alias: Add target_key_arn attribute ([#3096](https://github.com/terraform-providers/terraform-provider-aws/issues/3096)) |
| 19 | +* resource/aws_route: Allow adding IPv6 routes to instances and network interfaces ([#2265](https://github.com/terraform-providers/terraform-provider-aws/issues/2265)) |
| 20 | +* resource/aws_sqs_queue: Retry queue creation on QueueDeletedRecently error ([#3113](https://github.com/terraform-providers/terraform-provider-aws/issues/3113)) |
| 21 | +* resource/aws_vpn_connection: Add inside CIDR and pre-shared key attributes ([#1862](https://github.com/terraform-providers/terraform-provider-aws/issues/1862)) |
22 | 22 |
|
23 | 23 | BUG FIXES:
|
24 | 24 |
|
25 |
| -* resource/aws_appautoscaling_policy: Support additional predefined metric types in validation [GH-3122]] |
26 |
| -* resource/aws_dynamodb_table: Recognize changes in `non_key_attributes` [GH-3136] |
27 |
| -* resource/aws_ebs_snapshot: Fix `kms_key_id` attribute handling [GH-3085] |
28 |
| -* resource/aws_eip_assocation: Retry association for pending instances [GH-3072] |
29 |
| -* resource/aws_elastic_beanstalk_application: Prevent crash on reading missing application [GH-3171] |
30 |
| -* resource/aws_kinesis_firehose_delivery_stream: Prevent panic on missing S3 configuration prefix [GH-3073] |
31 |
| -* resource/aws_lambda_function: Retry updates for IAM eventual consistency [GH-3116] |
32 |
| -* resource/aws_route53_record: Suppress uppercase alias name diff [GH-3119] |
33 |
| -* resource/aws_sqs_queue_policy: Prevent missing policy error on read [GH-2739] |
34 |
| -* resource/aws_rds_cluster: Retry deletion on InvalidDBClusterStateFault [GH-3028] |
| 25 | +* resource/aws_appautoscaling_policy: Support additional predefined metric types in validation [[#3122](https://github.com/terraform-providers/terraform-provider-aws/issues/3122)]] |
| 26 | +* resource/aws_dynamodb_table: Recognize changes in `non_key_attributes` ([#3136](https://github.com/terraform-providers/terraform-provider-aws/issues/3136)) |
| 27 | +* resource/aws_ebs_snapshot: Fix `kms_key_id` attribute handling ([#3085](https://github.com/terraform-providers/terraform-provider-aws/issues/3085)) |
| 28 | +* resource/aws_eip_assocation: Retry association for pending instances ([#3072](https://github.com/terraform-providers/terraform-provider-aws/issues/3072)) |
| 29 | +* resource/aws_elastic_beanstalk_application: Prevent crash on reading missing application ([#3171](https://github.com/terraform-providers/terraform-provider-aws/issues/3171)) |
| 30 | +* resource/aws_kinesis_firehose_delivery_stream: Prevent panic on missing S3 configuration prefix ([#3073](https://github.com/terraform-providers/terraform-provider-aws/issues/3073)) |
| 31 | +* resource/aws_lambda_function: Retry updates for IAM eventual consistency ([#3116](https://github.com/terraform-providers/terraform-provider-aws/issues/3116)) |
| 32 | +* resource/aws_route53_record: Suppress uppercase alias name diff ([#3119](https://github.com/terraform-providers/terraform-provider-aws/issues/3119)) |
| 33 | +* resource/aws_sqs_queue_policy: Prevent missing policy error on read ([#2739](https://github.com/terraform-providers/terraform-provider-aws/issues/2739)) |
| 34 | +* resource/aws_rds_cluster: Retry deletion on InvalidDBClusterStateFault ([#3028](https://github.com/terraform-providers/terraform-provider-aws/issues/3028)) |
35 | 35 |
|
36 | 36 | ## 1.7.1 (January 19, 2018)
|
37 | 37 |
|
|
0 commit comments