Format staging controller configuration

169f8c3cab77 · AtlantisPleb · · parent 2e9b3f23fceb

Format staging controller configuration

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified infra/staging/main.tf

Diff

1 file changed, +1 -1

infra/staging/main.tf modified +1 -1

@@ -755,7 +755,7 @@ resource "google_compute_instance" "deployer" {

755 755
      project_id             = var.staging_project_id
756 756
      region                 = var.region
757 757
      rolling_instances_json = jsonencode({ for instance, ip in local.nodes : "openagents@${ip}" => instance })
758
      zone                    = var.zone
758
      zone                   = var.zone
759 759
    })
760 760
  }
761 761

This page updates live while a promote is in flight · changelog