You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
When using this module as described (setting source = GoogleCloudPlatform/managed-instance-group/google), terraform apply fails with the following:
* google_compute_instance_template.default: Error creating instance template: googleapi: Error 404: The resource 'projects/cloud9-dev/regions/us-central1/subnetworks/default' was not found, notFound```
This is a result of the `default` VPC network in GCP being a Legacy network with no subnetwork.
When using this module as described (setting
source = GoogleCloudPlatform/managed-instance-group/google),terraform applyfails with the following: