mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Fix doc for provider/aws_ip_ranges
This commit is contained in:
parent
6062d592df
commit
0b67962338
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user