The Wire · Showcase
TERRAFORM GOOGLE PROVIDER LANDS APIGEE CREDENTIALS FIX AND NETWORK UPGRADES
By RepoJournal · Filed · About HashiCorp
The Terraform Google provider re-landed a critical Apigee feature that was reverted months ago, while simultaneously shipping network and artifact registry enhancements across both stable and beta channels.
The Apigee developer app credentials feature finally made it to production after a botched initial attempt. The first PR merged then reverted, leaving static consumer_key and consumer_secret unsupported on main for months [1]. The re-land fixes the original bug that caused the revert [1], and ships to both stable and beta channels [2] [1]. Separately, artifact registry got a meaningful win: upstream_credentials can now be updated in place instead of being immutable [3] [4], closing out a long-standing usability gap. On the networking front, two substantial features landed simultaneously: authzPolicy now supports networkRules [5] [6], and the network services agent gateway gained DNS peering configuration for cross-VPC DNS resolution [7] [8]. The compute layer is also getting refinement work, with several helper functions migrated from client library calls to direct HTTP [9] [10], reducing dependency bloat. Meanwhile, the Nomad ecosystem continues its nightly build cadence across nomad-driver-podman [11], nomad-autoscaler [12], and nomad-pack [13], keeping development moving on the orchestration side.
Action items
- → Plan Terraform Google provider upgrade to pick up the Apigee credentials fix hashicorp/terraform-provider-google [plan]
- → Test artifact registry upstream_credentials updates in your dev environment hashicorp/terraform-provider-google [monitor]
- → Review DNS peering configuration for agent gateway if you use cross-VPC DNS hashicorp/terraform-provider-google [monitor]
References
- [1] apigee: add static consumer_key/consumer_secret to google_apigee_developer_app (re-land with fix) ↗ hashicorp/terraform-provider-google
- [2] apigee: add static consumer_key/consumer_secret to google_apigee_developer_app (re-land with fix) ↗ hashicorp/terraform-provider-google-beta
- [3] artifactregistry: Remove Immutable from upstream_credentials ↗ hashicorp/terraform-provider-google
- [4] artifactregistry: Remove Immutable from upstream_credentials ↗ hashicorp/terraform-provider-google-beta
- [5] feat: add support to networkRules on authzPolicy ↗ hashicorp/terraform-provider-google
- [6] feat: add support to networkRules on authzPolicy ↗ hashicorp/terraform-provider-google-beta
- [7] feat(networkservices): add DNS peering config to AgentGateway: ↗ hashicorp/terraform-provider-google
- [8] feat(networkservices): add DNS peering config to AgentGateway: ↗ hashicorp/terraform-provider-google-beta
- [9] Migrate , expandAliasIpRanges , expandAccessConfigs , expandIpv6AccessConfigs, expandNetworkInterfaces functions in compute_instance_helpers.go.tmpl to use direct HTTP rather than a client library ↗ hashicorp/terraform-provider-google
- [10] Migrate , expandAliasIpRanges , expandAccessConfigs , expandIpv6AccessConfigs, expandNetworkInterfaces functions in compute_instance_helpers.go.tmpl to use direct HTTP rather than a client library ↗ hashicorp/terraform-provider-google-beta
- [11] nightly ↗ hashicorp/nomad-driver-podman
- [12] nightly ↗ hashicorp/nomad-autoscaler
- [13] nightly ↗ hashicorp/nomad-pack
FAQ
- What changed in HashiCorp on June 13, 2026?
- The Terraform Google provider re-landed a critical Apigee feature that was reverted months ago, while simultaneously shipping network and artifact registry enhancements across both stable and beta channels.
- What should HashiCorp teams do about it?
- Plan Terraform Google provider upgrade to pick up the Apigee credentials fix • Test artifact registry upstream_credentials updates in your dev environment • Review DNS peering configuration for agent gateway if you use cross-VPC DNS
- Which HashiCorp repositories shipped on June 13, 2026?
- hashicorp/terraform-provider-google, hashicorp/terraform-provider-google-beta, hashicorp/nomad-driver-podman, hashicorp/nomad-autoscaler, hashicorp/nomad-pack