Skip to content

Commit 39d6802

Browse files
Merge hashicorp#8505: correct mistake in example for aws_ip_ranges data source
2 parents f6fb7a2 + 0b67962 commit 39d6802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/d/ip_ranges.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "aws_security_group" "from_europe" {
2626
from_port = "443"
2727
to_port = "443"
2828
protocol = "tcp"
29-
cidr_blocks = [ "${data.aws_ip_ranges.european_ec2.blocks}" ]
29+
cidr_blocks = [ "${data.aws_ip_ranges.european_ec2.cidr_blocks}" ]
3030
}
3131
3232
tags {

0 commit comments

Comments
 (0)