When creating an instance template in Google Compute Engine, how do I enable http traffic for instances created from the template?
I was thinking that providing an h
gcloud compute firewall-rules create FIREWALL_RULE --allow tcp:80,tcp:443
This command should do it