Browse Source

terraform/aws module: typo

This is what I get for thinking that the GitHub in-browser editor would
be sufficient. -_-
pull/921/head
Paul Hinze 10 years ago
parent
commit
e1b3d4f4da
  1. 2
      terraform/aws/consul.tf

2
terraform/aws/consul.tf

@ -68,6 +68,6 @@ resource "aws_security_group" "consul" {
from_port = 0
to_port = 0
protocol = "-1"
cidr_block = "0.0.0.0/0"
cidr_blocks = ["0.0.0.0/0"]
}
}

Loading…
Cancel
Save