GoogleCloudPlatform / terraform-google-managed-instance-group

Modular Google Compute Engine managed instance group for Terraform.
Apache License 2.0
63 stars 138 forks source link

Allow SSH only from specific hosts #4

Closed Pindar closed 6 years ago

Pindar commented 6 years ago

Hello, is it possible to make only specific IPs accessible to the SSH via configuration in the future? Right know it's hard coded to 0.0.0.0/0. I'd like to propose to make this configurable via a variable. What do you think?

danisla commented 6 years ago

Fixed with #5