Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
tf-release-bot authored and TeamCity committed Mar 9, 2018
1 parent a4c42e3 commit 7d072af
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
## 1.11.0 (Unreleased)
## 1.11.0 (March 09, 2018)

FEATURES:

* **New Data Source:** `aws_kms_key` [GH-2224]
* **New Resource:** `aws_organizations_organization` [GH-903]
* **New Resource:** `aws_iot_thing` [GH-3521]
* **New Data Source:** `aws_kms_key` ([#2224](https://github.com/terraform-providers/terraform-provider-aws/issues/2224))
* **New Resource:** `aws_organizations_organization` ([#903](https://github.com/terraform-providers/terraform-provider-aws/issues/903))
* **New Resource:** `aws_iot_thing` ([#3521](https://github.com/terraform-providers/terraform-provider-aws/issues/3521))

ENHANCEMENTS:

* resource/aws_api_gateway_authorizer: Support COGNITO_USER_POOLS type [GH-3156]
* resource/aws_cloud9_environment_ec2: Retry creation for IAM eventual consistency [GH-3651]
* resource/aws_cloudfront_distribution: Make `default_ttl`, `max_ttl`, and `min_ttl` arguments optional [GH-3571]
* resource/aws_dms_endpoint: Add aurora-postgresql as a target [GH-2615]
* resource/aws_dynamodb_table: Support Server Side Encryption [GH-3303]
* resource/aws_elastic_beanstalk_environment: Support modifying `tags` [GH-3513]
* resource/aws_emr_cluster: Add Kerberos support [GH-3553]
* resource/aws_iam_account_alias: Improve error messages to include API errors [GH-3590]
* resource/aws_iam_user_policy: Add support for import [GH-3198]
* resource/aws_lb: Add `enable_cross_zone_load_balancing` argument for NLBs [GH-3537]
* resource/aws_lb: Add `enable_http2` argument for ALBs [GH-3609]
* resource/aws_route: Add configurable timeouts [GH-3639]
* resource/aws_security_group: Add configurable timeouts [GH-3599]
* resource/aws_spot_fleet_request: Add `load_balancers` and `target_group_arns` arguments [GH-2564]
* resource/aws_ssm_parameter: Add `allowed_pattern`, `description`, and `tags` arguments [GH-1520]
* resource/aws_ssm_parameter: Allow `key_id` updates [GH-1520]
* resource/aws_api_gateway_authorizer: Support COGNITO_USER_POOLS type ([#3156](https://github.com/terraform-providers/terraform-provider-aws/issues/3156))
* resource/aws_cloud9_environment_ec2: Retry creation for IAM eventual consistency ([#3651](https://github.com/terraform-providers/terraform-provider-aws/issues/3651))
* resource/aws_cloudfront_distribution: Make `default_ttl`, `max_ttl`, and `min_ttl` arguments optional ([#3571](https://github.com/terraform-providers/terraform-provider-aws/issues/3571))
* resource/aws_dms_endpoint: Add aurora-postgresql as a target ([#2615](https://github.com/terraform-providers/terraform-provider-aws/issues/2615))
* resource/aws_dynamodb_table: Support Server Side Encryption ([#3303](https://github.com/terraform-providers/terraform-provider-aws/issues/3303))
* resource/aws_elastic_beanstalk_environment: Support modifying `tags` ([#3513](https://github.com/terraform-providers/terraform-provider-aws/issues/3513))
* resource/aws_emr_cluster: Add Kerberos support ([#3553](https://github.com/terraform-providers/terraform-provider-aws/issues/3553))
* resource/aws_iam_account_alias: Improve error messages to include API errors ([#3590](https://github.com/terraform-providers/terraform-provider-aws/issues/3590))
* resource/aws_iam_user_policy: Add support for import ([#3198](https://github.com/terraform-providers/terraform-provider-aws/issues/3198))
* resource/aws_lb: Add `enable_cross_zone_load_balancing` argument for NLBs ([#3537](https://github.com/terraform-providers/terraform-provider-aws/issues/3537))
* resource/aws_lb: Add `enable_http2` argument for ALBs ([#3609](https://github.com/terraform-providers/terraform-provider-aws/issues/3609))
* resource/aws_route: Add configurable timeouts ([#3639](https://github.com/terraform-providers/terraform-provider-aws/issues/3639))
* resource/aws_security_group: Add configurable timeouts ([#3599](https://github.com/terraform-providers/terraform-provider-aws/issues/3599))
* resource/aws_spot_fleet_request: Add `load_balancers` and `target_group_arns` arguments ([#2564](https://github.com/terraform-providers/terraform-provider-aws/issues/2564))
* resource/aws_ssm_parameter: Add `allowed_pattern`, `description`, and `tags` arguments ([#1520](https://github.com/terraform-providers/terraform-provider-aws/issues/1520))
* resource/aws_ssm_parameter: Allow `key_id` updates ([#1520](https://github.com/terraform-providers/terraform-provider-aws/issues/1520))

BUG FIXES:

* data-source/aws_db_instance: Prevent crash with EC2 Classic [GH-3619]
* data-source/aws_vpc_endpoint_service: Fix aws-us-gov partition handling [GH-3514]
* resource/aws_api_gateway_vpc_link: Ensure `target_arns` is properly read [GH-3569]
* resource/aws_batch_compute_environment: Fix `state` updates [GH-3508]
* resource/aws_ebs_snapshot: Prevent crash with outside snapshot deletion [GH-3462]
* resource/aws_ecs_service: Prevent crash when importing non-existent service [GH-3672]
* resource/aws_eip_association: Prevent deletion error InvalidAssociationID.NotFound [GH-3653]
* resource/aws_instance: Ensure at least one security group is being attached when modifying vpc_security_group_ids [GH-2850]
* resource/aws_lambda_function: Allow PutFunctionConcurrency retries on creation [GH-3570]
* resource/aws_spot_instance_request: Retry for 1 minute instead of 15 seconds for IAM eventual consistency [GH-3561]
* resource/aws_ssm_activation: Prevent crash with expiration_date [GH-3597]
* data-source/aws_db_instance: Prevent crash with EC2 Classic ([#3619](https://github.com/terraform-providers/terraform-provider-aws/issues/3619))
* data-source/aws_vpc_endpoint_service: Fix aws-us-gov partition handling ([#3514](https://github.com/terraform-providers/terraform-provider-aws/issues/3514))
* resource/aws_api_gateway_vpc_link: Ensure `target_arns` is properly read ([#3569](https://github.com/terraform-providers/terraform-provider-aws/issues/3569))
* resource/aws_batch_compute_environment: Fix `state` updates ([#3508](https://github.com/terraform-providers/terraform-provider-aws/issues/3508))
* resource/aws_ebs_snapshot: Prevent crash with outside snapshot deletion ([#3462](https://github.com/terraform-providers/terraform-provider-aws/issues/3462))
* resource/aws_ecs_service: Prevent crash when importing non-existent service ([#3672](https://github.com/terraform-providers/terraform-provider-aws/issues/3672))
* resource/aws_eip_association: Prevent deletion error InvalidAssociationID.NotFound ([#3653](https://github.com/terraform-providers/terraform-provider-aws/issues/3653))
* resource/aws_instance: Ensure at least one security group is being attached when modifying vpc_security_group_ids ([#2850](https://github.com/terraform-providers/terraform-provider-aws/issues/2850))
* resource/aws_lambda_function: Allow PutFunctionConcurrency retries on creation ([#3570](https://github.com/terraform-providers/terraform-provider-aws/issues/3570))
* resource/aws_spot_instance_request: Retry for 1 minute instead of 15 seconds for IAM eventual consistency ([#3561](https://github.com/terraform-providers/terraform-provider-aws/issues/3561))
* resource/aws_ssm_activation: Prevent crash with expiration_date ([#3597](https://github.com/terraform-providers/terraform-provider-aws/issues/3597))

## 1.10.0 (February 24, 2018)

0 comments on commit 7d072af

Please sign in to comment.