mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-02-16 22:41:27 +01:00
If no region is set at the Google provider level, Terraform fails to create the google_compute_target_pool.workers resource and complains with "Cannot determine region: set in this resource, or set provider-level 'region' or 'zone'." This commit fixes the issue by explicitly setting the region for the google_compute_target_pool.workers resource.