Skip to content

Commit

Permalink
Update CHANGELOG for #14220
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 authored Jul 30, 2020
1 parent c1592e4 commit 58a3ff3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ BREAKING CHANGES
* data-source/aws_ecr_repository: Return an error when a single result is not found [GH-10520]
* data-source/aws_efs_file_system: Return an error when a single result is not found [GH-14005]
* data-source/aws_launch_template: Return an error when a single result is not found [GH-10521]
* data-source/aws_route53_resolver_rule: Trailing period removed from `domain_name` argument set in data-source [GH-14220]
* data-source/aws_route53_zone: Trailing period removed from `name` argument set in data-source [GH-14220]
* resource/aws_acm_certificate: `certificate_body`, `certificate_chain`, and `private_key` attributes are no longer stored in the Terraform state with hash values [GH-9685]
* resource/aws_acm_certificate: `domain_validation_options` attribute changed from list to set [GH-14199]
* resource/aws_acm_certificate: Plan-time validation added to `domain_name` and `subject_alternative_names` arguments to prevent usage of strings with trailing periods [GH-14220]
* resource/aws_api_gateway_method_settings: Remove `Computed` property from `throttling_burst_limit` and `throttling_rate_limit` arguments, enabling drift detection [GH-14266]
* resource/aws_api_gateway_method_settings: Update `throttling_burst_limit` and `throttling_rate_limit` argument defaults to match API default of `-1` to keep throttling disabled [GH-14266]
* resource/aws_autoscaling_group: `availability_zones` and `vpc_zone_identifier` argument conflict now reported at plan-time [GH-12927]
Expand All @@ -40,10 +43,14 @@ BREAKING CHANGES
* resource/aws_lb_listener_rule: Remove deprecated `condition` configuration block `field` and `values` arguments [GH-14309]
* resource/aws_msk_cluster: Update `encryption_info` `encryption_in_transit` `client_broker` argument default to match API default of `TLS` [GH-14132]
* resource/aws_rds_cluster: Update `scaling_configuration` `min_capacity` argument default to match API default of `1` [GH-14268]
* resource/aws_route53_resolver_rule: Trailing period removed from `domain_name` argument set in resource [GH-14220]
* resource/aws_route53_zone: Trailing period removed from `name` argument set in resource [GH-14220]
* resource/aws_s3_bucket: Remove automatic `aws_s3_bucket_policy` resource import [GH-14121]
* resource/aws_s3_bucket: Convert `region` to read-only attribute [GH-14127]
* resource/aws_s3_bucket_metric: Update `filter` argument to require at least one of the `prefix` or `tags` nested arguments [GH-14230]
* resource/aws_security_group: Remove automatic `aws_security_group_rule` resource import [GH-12616]
* resource/aws_ses_domain_identity: Plan-time validation added to `domain` argument to prevent usage of strings with trailing periods [GH-14220]
* resource/aws_ses_domain_identity_verification: Plan-time validation added to `domain` argument to prevent usage of strings with trailing periods [GH-14220]
* resource/aws_sns_platform_application: `platform_credential` and `platform_principal` attributes are no longer stored in the Terraform state with hash values [GH-3894]
* resource/aws_spot_fleet_request: Remove 24 hour default for `valid_until` argument [GH-9718]
* resource/aws_ssm_maintenance_window_task: Remove deprecated `logging_info` and `task_parameters` configuration blocks [GH-14311]
Expand Down

0 comments on commit 58a3ff3

Please sign in to comment.