hashicorp / terraform-aws-consul

A Terraform Module for how to run Consul on AWS using Terraform and Packer
Apache License 2.0
401 stars 484 forks source link

Set defaults for allowed_inbound_cidr_blocks #149

Closed jinnko closed 5 years ago

jinnko commented 5 years ago

These variables don't necessarily have to be set to anything and leaving them empty can work just fine due to the security groups allowing "self". As such setting them to an empty list avoids extra rules being put in place.

hashicorp-cla commented 5 years ago

CLA assistant check
All committers have signed the CLA.

Etiene commented 5 years ago

Thanks for the PR!