How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Introducing envVarMappings for Provider Credentials

calendar_today February 11, 2026 person Guinevere Saenger domain pulumi

Running multiple providers with different credentials in the same Pulumi program has always been tricky. Providers expect fixed environment variable names like AWS_ACCESS_KEY_ID or ARM_CLIENT_SECRET , so if you need two AWS providers targeting different accounts, you couldn’t configure them both via environment variables. Pulumi v3.220.0 introduces envVarMappings , a new resource option that solves this problem by letting you remap provider environment variables to custom keys.

open_in_new Read original post