mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge #8505: correct mistake in example for aws_ip_ranges data source
This commit is contained in:
commit
39d68025a5
@ -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