LatticeLattice

Not generally available. Product and docs are public. Sales are closed.

Docs / Integrations

Terraform (sketch)

REST is the interface. There is no published provider in v1.

Do not install a HashiCorp registry provider named latticeddi/lattice — it is not published. Drive Lattice with curl or generate a provider from OpenAPI.

The product repo has a resource map (docs/terraform-provider-lattice.md and terraform/provider-sketch/) showing how a future provider would wrap:

  • lattice_prefix / lattice_subnet / lattice_pool
  • lattice_reservation / lattice_exclude
  • lattice_dns_server (secret refs, never plaintext after create)

Leases stay DHCP-owned. Force-release is POST /leases/{id}/release, not a Terraform resource.

If you automate today: Bearer token in CI, Idempotency-Key on creates, treat 409 overlap as the desired state already existing.