Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
tf-release-bot authored and TeamCity committed Jan 12, 2018
1 parent 9455264 commit b928449
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
## 1.7.0 (Unreleased)
## 1.7.0 (January 12, 2018)

FEATURES:

* **New Resource:** `aws_api_gateway_documentation_part` [GH-2893]
* **New Resource:** `aws_cloudwatch_event_permission` [GH-2888]
* **New Resource:** `aws_cognito_user_pool_client` [GH-1803]
* **New Resource:** `aws_cognito_user_pool_domain` [GH-2325]
* **New Resource:** `aws_glue_catalog_database` [GH-2175]
* **New Resource:** `aws_guardduty_detector` [GH-2524]
* **New Resource:** `aws_guardduty_member` [GH-2911]
* **New Resource:** `aws_route53_query_log` [GH-2770]
* **New Resource:** `aws_service_discovery_service` [GH-2613]
* **New Resource:** `aws_api_gateway_documentation_part` ([#2893](https://github.com/terraform-providers/terraform-provider-aws/issues/2893))
* **New Resource:** `aws_cloudwatch_event_permission` ([#2888](https://github.com/terraform-providers/terraform-provider-aws/issues/2888))
* **New Resource:** `aws_cognito_user_pool_client` ([#1803](https://github.com/terraform-providers/terraform-provider-aws/issues/1803))
* **New Resource:** `aws_cognito_user_pool_domain` ([#2325](https://github.com/terraform-providers/terraform-provider-aws/issues/2325))
* **New Resource:** `aws_glue_catalog_database` ([#2175](https://github.com/terraform-providers/terraform-provider-aws/issues/2175))
* **New Resource:** `aws_guardduty_detector` ([#2524](https://github.com/terraform-providers/terraform-provider-aws/issues/2524))
* **New Resource:** `aws_guardduty_member` ([#2911](https://github.com/terraform-providers/terraform-provider-aws/issues/2911))
* **New Resource:** `aws_route53_query_log` ([#2770](https://github.com/terraform-providers/terraform-provider-aws/issues/2770))
* **New Resource:** `aws_service_discovery_service` ([#2613](https://github.com/terraform-providers/terraform-provider-aws/issues/2613))

ENHANCEMENTS:

* provider: `eu-west-3` is now supported [GH-2707]
* provider: Endpoints can now be specified for ACM, ECR, ECS, STS and Route 53 [GH-2795]
* provider: Endpoints can now be specified for API Gateway and Lambda [GH-2641]
* data-source/aws_iam_server_certificate: Add support for retrieving public key [GH-2749]
* data-source/aws_vpc_peering_connection: Add support for cross-region VPC peering [GH-2508]
* data-source/aws_ssm_parameter: Support returning raw encrypted SecureString value [GH-2777]
* resource/aws_kinesis_firehose_delivery_stream: Import is now supported [GH-2707]
* resource/aws_cognito_user_pool: The ARN for the pool is now computed and exposed as an attribute [GH-2723]
* resource/aws_directory_service_directory: Add `security_group_id` field [GH-2688]
* resource/aws_rds_cluster_instance: Support Performance Insights [GH-2331]
* resource/aws_rds_cluster_instance: Set `db_subnet_group_name` in state on read if available [GH-2606]
* resource/aws_eip: Tagging is now supported [GH-2768]
* resource/aws_codepipeline: ARN is now exposed as an attribute [GH-2773]
* resource/aws_appautoscaling_scheduled_action: `min_capacity` argument is now honoured [GH-2794]
* resource/aws_rds_cluster: Clusters in the `resetting-master-credentials` state no longer cause an error [GH-2791]
* resource/aws_cloudwatch_metric_alarm: Support optional datapoints_to_alarm configuration [GH-2609]
* resource/aws_ses_event_destination: Add support for SNS destinations [GH-1737]
* resource/aws_iam_role: Delete inline policies when `force_detach_policies = true` [GH-2388]
* resource/aws_lb_target_group: Improve `health_check` validation [GH-2580]
* resource/aws_ecs_service: Add `health_check_grace_period_seconds` attribute [GH-2788]
* resource/aws_vpc_peering_connection: Add support for cross-region VPC peering [GH-2508]
* resource/aws_vpc_peering_connection_accepter: Add support for cross-region VPC peering [GH-2508]
* resource/aws_elasticsearch_domain: export kibana endpoint [GH-2804]
* resource/aws_ssm_association: Allow for multiple targets [GH-2297]
* resource/aws_instance: Add computed field for volume_id of block device [GH-1489]
* resource/aws_api_gateway_integration: Allow update of URI attributes [GH-2834]
* resource/aws_ecs_cluster: Support resource import [GH-2762]
* provider: `eu-west-3` is now supported ([#2707](https://github.com/terraform-providers/terraform-provider-aws/issues/2707))
* provider: Endpoints can now be specified for ACM, ECR, ECS, STS and Route 53 ([#2795](https://github.com/terraform-providers/terraform-provider-aws/issues/2795))
* provider: Endpoints can now be specified for API Gateway and Lambda ([#2641](https://github.com/terraform-providers/terraform-provider-aws/issues/2641))
* data-source/aws_iam_server_certificate: Add support for retrieving public key ([#2749](https://github.com/terraform-providers/terraform-provider-aws/issues/2749))
* data-source/aws_vpc_peering_connection: Add support for cross-region VPC peering ([#2508](https://github.com/terraform-providers/terraform-provider-aws/issues/2508))
* data-source/aws_ssm_parameter: Support returning raw encrypted SecureString value ([#2777](https://github.com/terraform-providers/terraform-provider-aws/issues/2777))
* resource/aws_kinesis_firehose_delivery_stream: Import is now supported ([#2707](https://github.com/terraform-providers/terraform-provider-aws/issues/2707))
* resource/aws_cognito_user_pool: The ARN for the pool is now computed and exposed as an attribute ([#2723](https://github.com/terraform-providers/terraform-provider-aws/issues/2723))
* resource/aws_directory_service_directory: Add `security_group_id` field ([#2688](https://github.com/terraform-providers/terraform-provider-aws/issues/2688))
* resource/aws_rds_cluster_instance: Support Performance Insights ([#2331](https://github.com/terraform-providers/terraform-provider-aws/issues/2331))
* resource/aws_rds_cluster_instance: Set `db_subnet_group_name` in state on read if available ([#2606](https://github.com/terraform-providers/terraform-provider-aws/issues/2606))
* resource/aws_eip: Tagging is now supported ([#2768](https://github.com/terraform-providers/terraform-provider-aws/issues/2768))
* resource/aws_codepipeline: ARN is now exposed as an attribute ([#2773](https://github.com/terraform-providers/terraform-provider-aws/issues/2773))
* resource/aws_appautoscaling_scheduled_action: `min_capacity` argument is now honoured ([#2794](https://github.com/terraform-providers/terraform-provider-aws/issues/2794))
* resource/aws_rds_cluster: Clusters in the `resetting-master-credentials` state no longer cause an error ([#2791](https://github.com/terraform-providers/terraform-provider-aws/issues/2791))
* resource/aws_cloudwatch_metric_alarm: Support optional datapoints_to_alarm configuration ([#2609](https://github.com/terraform-providers/terraform-provider-aws/issues/2609))
* resource/aws_ses_event_destination: Add support for SNS destinations ([#1737](https://github.com/terraform-providers/terraform-provider-aws/issues/1737))
* resource/aws_iam_role: Delete inline policies when `force_detach_policies = true` ([#2388](https://github.com/terraform-providers/terraform-provider-aws/issues/2388))
* resource/aws_lb_target_group: Improve `health_check` validation ([#2580](https://github.com/terraform-providers/terraform-provider-aws/issues/2580))
* resource/aws_ecs_service: Add `health_check_grace_period_seconds` attribute ([#2788](https://github.com/terraform-providers/terraform-provider-aws/issues/2788))
* resource/aws_vpc_peering_connection: Add support for cross-region VPC peering ([#2508](https://github.com/terraform-providers/terraform-provider-aws/issues/2508))
* resource/aws_vpc_peering_connection_accepter: Add support for cross-region VPC peering ([#2508](https://github.com/terraform-providers/terraform-provider-aws/issues/2508))
* resource/aws_elasticsearch_domain: export kibana endpoint ([#2804](https://github.com/terraform-providers/terraform-provider-aws/issues/2804))
* resource/aws_ssm_association: Allow for multiple targets ([#2297](https://github.com/terraform-providers/terraform-provider-aws/issues/2297))
* resource/aws_instance: Add computed field for volume_id of block device ([#1489](https://github.com/terraform-providers/terraform-provider-aws/issues/1489))
* resource/aws_api_gateway_integration: Allow update of URI attributes ([#2834](https://github.com/terraform-providers/terraform-provider-aws/issues/2834))
* resource/aws_ecs_cluster: Support resource import ([#2762](https://github.com/terraform-providers/terraform-provider-aws/issues/2762))

BUG FIXES:

* resource/aws_cognito_user_pool: Update Cognito email message length to 20,000 [GH-2692]
* resource/aws_volume_attachment: Changing device name without changing volume or instance ID now correctly produces a diff [GH-2720]
* resource/aws_s3_bucket_object: Object tagging is now supported in GovCloud [GH-2665]
* resource/aws_elasticsearch_domain: Fixed a crash when no Cloudwatch log group is configured [GH-2787]
* resource/aws_s3_bucket_policy: Set the resource ID after successful creation [GH-2820]
* resource/aws_db_event_subscription: Set the source type when updating categories [GH-2833]
* resource/aws_db_parameter_group: Remove group from state if it's gone [GH-2868]
* resource/aws_appautoscaling_target: Make `role_arn` optional & computed [GH-2889]
* resource/aws_ssm_maintenance_window: Respect `enabled` during updates [GH-2818]
* resource/aws_lb_target_group: Fix max prefix length check [GH-2790]
* resource/aws_config_delivery_channel: Retry deletion [GH-2910]
* resource/aws_lb+aws_elb: Fix regression with undefined `name` [GH-2939]
* resource/aws_lb_target_group: Fix validation rules for LB's healthcheck [GH-2906]
* provider: Fix regression affecting empty Optional+Computed fields [GH-2348]
* resource/aws_cognito_user_pool: Update Cognito email message length to 20,000 ([#2692](https://github.com/terraform-providers/terraform-provider-aws/issues/2692))
* resource/aws_volume_attachment: Changing device name without changing volume or instance ID now correctly produces a diff ([#2720](https://github.com/terraform-providers/terraform-provider-aws/issues/2720))
* resource/aws_s3_bucket_object: Object tagging is now supported in GovCloud ([#2665](https://github.com/terraform-providers/terraform-provider-aws/issues/2665))
* resource/aws_elasticsearch_domain: Fixed a crash when no Cloudwatch log group is configured ([#2787](https://github.com/terraform-providers/terraform-provider-aws/issues/2787))
* resource/aws_s3_bucket_policy: Set the resource ID after successful creation ([#2820](https://github.com/terraform-providers/terraform-provider-aws/issues/2820))
* resource/aws_db_event_subscription: Set the source type when updating categories ([#2833](https://github.com/terraform-providers/terraform-provider-aws/issues/2833))
* resource/aws_db_parameter_group: Remove group from state if it's gone ([#2868](https://github.com/terraform-providers/terraform-provider-aws/issues/2868))
* resource/aws_appautoscaling_target: Make `role_arn` optional & computed ([#2889](https://github.com/terraform-providers/terraform-provider-aws/issues/2889))
* resource/aws_ssm_maintenance_window: Respect `enabled` during updates ([#2818](https://github.com/terraform-providers/terraform-provider-aws/issues/2818))
* resource/aws_lb_target_group: Fix max prefix length check ([#2790](https://github.com/terraform-providers/terraform-provider-aws/issues/2790))
* resource/aws_config_delivery_channel: Retry deletion ([#2910](https://github.com/terraform-providers/terraform-provider-aws/issues/2910))
* resource/aws_lb+aws_elb: Fix regression with undefined `name` ([#2939](https://github.com/terraform-providers/terraform-provider-aws/issues/2939))
* resource/aws_lb_target_group: Fix validation rules for LB's healthcheck ([#2906](https://github.com/terraform-providers/terraform-provider-aws/issues/2906))
* provider: Fix regression affecting empty Optional+Computed fields ([#2348](https://github.com/terraform-providers/terraform-provider-aws/issues/2348))

## 1.6.0 (December 18, 2017)

0 comments on commit b928449

Please sign in to comment.