cloudfoundry-community/terraform-aws-cf-install

allow access to services

Closed this issue · 1 comments

perhaps this goes in cf-boshworkspace for aws:

This is a better public_networks security group I think:

        [
                {
                        "destination": "0.0.0.0-9.255.255.255",
                        "protocol": "all"
                },
                {
                        "destination": "10.10.5.0-10.255.255.255",
                        "protocol": "all"
                },
                {
                        "destination": "11.0.0.0-169.253.255.255",
                        "protocol": "all"
                },
                {
                        "destination": "169.255.0.0-172.15.255.255",
                        "protocol": "all"
                },
                {
                        "destination": "172.32.0.0-192.167.255.255",
                        "protocol": "all"
                },
                {
                        "destination": "192.169.0.0-255.255.255.255",
                        "protocol": "all"
                }
        ]

@teancom