Created
April 11, 2016 20:56
-
-
Save flamingspaz/60d488420492eb6bb2368d2686c35ce5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + aws_network_acl_rule.apps-production-allowserffromstaging | |
| cidr_block: "" => "10.1.0.0/16" | |
| egress: "" => "0" | |
| from_port: "" => "8300" | |
| network_acl_id: "" => "acl-ab7996cc" | |
| protocol: "" => "-1" | |
| rule_action: "" => "allow" | |
| rule_number: "" => "30" | |
| to_port: "" => "8302" | |
| Plan: 1 to add, 0 to change, 0 to destroy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment