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

Add Support for Terraform 2.x #43

Open ajay-bangar opened 5 years ago

ajay-bangar commented 5 years ago

As managed instance group is the base module used by terraform-google-lb to create an instance group.

As some scripts from terraform-google-lb has been updated (not example directory) to Terraform 2.x, when creating load balancer it will return errors due to base module is not migrated.

ajay-bangar commented 5 years ago

Made necessary updates in #44