Skip to content

Commit

Permalink
Update CHANGELOG for #7734
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Feb 26, 2019
1 parent 509ddc9 commit 7d8d894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BREAKING CHANGES:
* resource/aws_instance: Remove hardcoded AWS China prevention of tagging on creation [GH-7654]
* resource/aws_lambda_function: Setting `reserved_concurrent_executions` to `0` will now disable Lambda Function invocations, causing downtime for the Lambda Function. Previously `reserved_concurrent_executions` accepted `0` and below for unreserved concurrency, which means it was not previously possible to disable invocations. The argument now differentiates between a new value for unreserved concurrency (`-1`) and disabling Lambda invocations (`0`). If previously configuring this value to `0` for unreserved concurrency, update the configured value to `-1` or the resource will disable Lambda Function invocations on update. If previously unconfigured, the argument does not require any changes. See the [Lambda User Guide](https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html) for more information about concurrency.
* resource/aws_route_table: Resource import no longer imports `aws_route`, `aws_route_table_association`, and `aws_main_route_table_association` resources into the Terraform state [GH-5657]
* resource/aws_route53_record: Require import for existing records (use deprecated `allow_overwrite` argument to temporarily reinstate the old behavior) [GH-7734]
* resource/aws_s3_bucket_object: Remove hardcoded AWS China prevention of tagging [GH-7654]
* resource/aws_wafregional_byte_match_set: Remove deprecated `byte_match_tuple` configuration block (replaced with `byte_match_tuples` configuration block) [GH-7718]

Expand All @@ -28,6 +29,7 @@ ENHANCEMENTS:
BUG FIXES:

* data-source/aws_lambda_function: Properly return error for missing function [GH-7663]
* resource/aws_route53_record: Existing Route 53 Records are no longer silently overwritten during resource creation by default (use `terraform import` or deprecated `allow_overwrite` argument) [GH-7734]
* resource/aws_vpn_connection: Remove configurability of read-only `customer_gateway_configuration`, `routes`, and `vgw_telemetry` attributes [GH-7636]

## 1.60.0 (February 22, 2019)
Expand Down

0 comments on commit 7d8d894

Please sign in to comment.