Review pulumi reference doc: fix Tailscale auth, add how-to links

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-02 10:55:57 -07:00
commit 08d57ef4d4

View file

@ -1,6 +1,7 @@
--- ---
title: Pulumi title: Pulumi
modified: 2026-02-12 modified: 2026-04-02
last-reviewed: 2026-04-02
tags: tags:
- reference - reference
- iac - iac
@ -42,12 +43,14 @@ mise run tailnet-up # Apply ACL/tag changes
## Authentication ## Authentication
- **Gandi**: `GANDI_PERSONAL_ACCESS_TOKEN` environment variable - **Gandi**: `GANDI_PERSONAL_ACCESS_TOKEN` (fetched from 1Password by the mise task)
- **Tailscale**: `TAILSCALE_API_KEY` environment variable - **Tailscale**: `TAILSCALE_OAUTH_CLIENT_ID` + `TAILSCALE_OAUTH_CLIENT_SECRET` (fetched from 1Password by the mise task)
- **Pulumi state**: Local backend (no Pulumi Cloud) - **Pulumi state**: Local backend (no Pulumi Cloud)
## Related ## Related
- [[gandi-operations]] — DNS PAT rotation and Pulumi workflow
- [[update-tailscale-acls]] — ACL editing and Pulumi workflow
- [[gandi]] — DNS hosting - [[gandi]] — DNS hosting
- [[tailscale]] — Tailnet configuration - [[tailscale]] — Tailnet configuration
- [[routing]] — How DNS records map to services - [[routing]] — How DNS records map to services