Skip to content

Commit

Permalink
Typo in variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Aug 18, 2023
1 parent 387aec5 commit a569dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resource "aws_security_group" "samples_security_group" {
from_port = 10933
to_port = 10933
protocol = "tcp"
cidr_blocks = [aws_vpc.solutions_vpc.cidr_block, var.var.octopus_cloud_static_cidr]
cidr_blocks = [aws_vpc.solutions_vpc.cidr_block, var.octopus_cloud_static_cidr]
#ipv6_cidr_blocks = [aws_vpc.solutions_vpc.ipv6_cidr_block]
}

Expand Down

0 comments on commit a569dee

Please sign in to comment.