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

dummy_dependency to trigger when instance template changes #25

Closed danisla closed 6 years ago

danisla commented 6 years ago

Helps with cases where you want to force a re-read of the instance group data source whenever the instance template changes to get a fresh list of instances.

This makes it possible for modules like the nat-gateway module to update the compute route with the correct instance name when a rolling update of the instance group is performed.