diff --git a/website/source/docs/providers/aws/r/eip_association.html.markdown b/website/source/docs/providers/aws/r/eip_association.html.markdown index 308db8cee..cd79c5334 100644 --- a/website/source/docs/providers/aws/r/eip_association.html.markdown +++ b/website/source/docs/providers/aws/r/eip_association.html.markdown @@ -19,7 +19,7 @@ pre-existing or distributed to customers or users and therefore cannot be change ``` resource "aws_eip_association" "eip_assoc" { instance_id = "${aws_instance.web.id}" - allocation_id = "${aws_eip.example.allocation_id}" + allocation_id = "${aws_eip.example.id}" } resource "aws_instance" "web" {