pulumi config set --secret db_password 'hunter2'

Category: IaC & Automation

pulumi config set --secret db_password 'hunter2'

Store an encrypted secret configuration value

Saves db_password as an encrypted secret so the value never sits in plaintext in the stack configuration. Listings show it blinded, and programs decrypt it only when needed. Related: pulumi config get.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.