104 wires and counting

$ follow HashiCorp

Keep up with HashiCorp in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good morning, this isn't your newsletter.

One email a day. Unsubscribe in one click.

$ status

wire 2026-08-29
stories 41

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

AWS provider grows prefix allocations, Vertex AI drift fix lands

By RepoJournal · Filed · About HashiCorp

Terraform's AWS provider adds Direct Connect prefix allocation support, Google Beta fixes a Vertex AI read no-op, and both Nomad projects roll nightly snapshots.

The AWS provider [1] implements new parameters for inbound route-prefix allocations on private and transit virtual interfaces, giving Direct Connect users explicit control over advertised prefixes. Separately, the provider adds HTTP passthrough targets to `aws_bedrockagentcore_gateway_target` [2], completing the previously-unimplemented second member of the HTTP target union with its schema and stickiness configuration. For EKS, the provider mirrors the resource's `pod_gc_controller_config` block into the `aws_eks_cluster` data source [3], exposing `terminated_pod_gc_threshold` for data-driven configs. The Google Beta provider fixes a real drift blind spot: `google_vertex_ai_endpoint_with_model_garden_deployment` generated a no-op Read [4], so out-of-band changes were invisible and `terraform plan` reported "No changes" on drifted state; it now reads back replica counts, the only mutable field. Google Beta also adds `proactive_execution_enabled` to `code_callback` callbacks [5], enabling guardrail callbacks to run proactively. Both `nomad-driver-podman` [6] and `nomad-pack` [7] publish nightly snapshots for testing upcoming fixes, and the AWS provider ships a new list resource `aws_lambdamicrovms_image` [8].

Action items

References

  1. [1] Prefix allocations for Direct Connect virtual interfaces ↗ hashicorp/terraform-provider-aws
  2. [2] r/aws_bedrockagentcore_gateway_target: add HTTP passthrough target with schema and stickiness ↗ hashicorp/terraform-provider-aws
  3. [3] F data source eks kube controller manager config ↗ hashicorp/terraform-provider-aws
  4. [4] fix(vertexai): implement Read for EndpointWithModelGardenDeployment ↗ hashicorp/terraform-provider-google-beta
  5. [5] ces: add proactive_execution_enabled to ces_guardrail code_callback ↗ hashicorp/terraform-provider-google-beta
  6. [6] nightly ↗ hashicorp/nomad-driver-podman
  7. [7] nightly ↗ hashicorp/nomad-pack
  8. [8] New list resource: `aws_lambdamicrovms_image` ↗ hashicorp/terraform-provider-aws

Quick answers

What shipped in HashiCorp on August 29, 2026?
Terraform's AWS provider adds Direct Connect prefix allocation support, Google Beta fixes a Vertex AI read no-op, and both Nomad projects roll nightly snapshots. In total, 27 commits, 12 pull requests, and 2 releases landed.
Who contributed to HashiCorp on August 29, 2026?
7 developers shipped this update, including StephenKing, jesseturner21, madhavvishnubhatta, ewbankkit, github-actions[bot], hc-github-team-nomad-ecosystem, and modular-magician.
What were the notable HashiCorp updates?
Prefix allocations for Direct Connect virtual interfaces, r/aws_bedrockagentcore_gateway_target: add HTTP passthrough target with schema and stickiness, and F data source eks kube controller manager config.