GoogleCloudPlatform / terraform-google-managed-instance-group

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

added a feature toggle for ssh firewall rule #22

Closed macunha1 closed 6 years ago

macunha1 commented 6 years ago

I was working on a feature toggle to disable ssh firewall rule, just like #16

Difference here is that it didn't tag the instances with allow-ssh, so I adapted it (@tpoindessous was faster than me 😆)