The Wire · Showcase
TERRAFORM GOOGLE PROVIDERS LOCK IN GCP SCALING AND RESTORE FIXES
By RepoJournal · Filed · About HashiCorp
Google Cloud provider updates across both stable and beta channels ship Cloud Run v2 scaling controls, network gateway enhancements, and a critical backupdr restore tag bug fix.
Terraform Google providers landed three major feature additions and one critical bug fix across 12 commits and 12 PRs in the past 24 hours. Cloud Run v2 now exposes CPU and concurrency utilization scaling thresholds under the scaling block [1] [2], giving teams finer control over autoscaling behavior on the v2 platform. Network Services got a new `allow_global_access` field on `google_network_services_gateway` [3] [4], marked immutable to force proper resource recreation when changed on SECURE_WEB_GATEWAY proxies. Both stable and beta channels received the same enhancements and fixes in lockstep, keeping deployment patterns consistent. The most critical change: backupdr's restore operation was dropping `resource_manager_tags` during restore requests, causing tags shown in the plan to silently fail application [5] [6]. Dataproc attached disk configuration support shipped across both providers [7] [8] as well. Nomad tooling shipped nightly snapshots for both nomad-driver-podman and nomad-pack [9] [10], allowing operators to test against the latest development builds.
One email a day. Unsubscribe in one click.
Keep up with HashiCorp in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review and pin Cloud Run v2 scaling configuration in existing services to use new CPU and concurrency thresholds hashicorp/terraform-provider-google [plan]
- → Upgrade backupdr restore workflows immediately to prevent resource_manager_tags from being dropped on next restore hashicorp/terraform-provider-google [immediate]
- → Test nomad-driver-podman and nomad-pack nightly builds in non-production before rolling to stable hashicorp/nomad-driver-podman [monitor]
References
- [1] Add Terraform support for Cloud Run v2 scaling controls ↗ hashicorp/terraform-provider-google-beta
- [2] Add Terraform support for Cloud Run v2 scaling controls ↗ hashicorp/terraform-provider-google
- [3] networkservices: added allow_global_access to google_network_services_gateway ↗ hashicorp/terraform-provider-google-beta
- [4] networkservices: added allow_global_access to google_network_services_gateway ↗ hashicorp/terraform-provider-google
- [5] backupdr: fix restore resource_manager_tags drop ↗ hashicorp/terraform-provider-google-beta
- [6] backupdr: fix restore resource_manager_tags drop ↗ hashicorp/terraform-provider-google
- [7] Support Attached Disk config in dataproc ↗ hashicorp/terraform-provider-google-beta
- [8] Support Attached Disk config in dataproc ↗ hashicorp/terraform-provider-google
- [9] nightly ↗ hashicorp/nomad-driver-podman
- [10] nightly ↗ hashicorp/nomad-pack