Update CHANGELOG.md
This commit is contained in:
parent
c3153311f1
commit
4820512196
|
@ -11,6 +11,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||||
managing Instances inside VPCs will need to use `vpc_security_group_ids` instead,
|
managing Instances inside VPCs will need to use `vpc_security_group_ids` instead,
|
||||||
and reference the security groups by their `id`.
|
and reference the security groups by their `id`.
|
||||||
Ref https://github.com/hashicorp/terraform/issues/6416#issuecomment-219145065
|
Ref https://github.com/hashicorp/terraform/issues/6416#issuecomment-219145065
|
||||||
|
* `aws_route53_record`: `latency_routing_policy`, `geolocation_routing_policy`, and `failover_routing_policy` block options have been added. With these additions we’ve renamed the `weight` attribute to `weighted_routing_policy`, and it has changed from a string to a block to match the others. Please see the updated documentation on using `weighted_routing_policy`: https://www.terraform.io/docs/providers/aws/r/route53_record.html . [GH-6954]
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue