Fix doc for provider/aws_ip_ranges

This commit is contained in:
knakayama 2016-08-27 09:41:34 +09:00
parent 6062d592df
commit 0b67962338
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ resource "aws_security_group" "from_europe" {
from_port = "443"
to_port = "443"
protocol = "tcp"
cidr_blocks = [ "${data.aws_ip_ranges.european_ec2.blocks}" ]
cidr_blocks = [ "${data.aws_ip_ranges.european_ec2.cidr_blocks}" ]
}
tags {