Sometimes infrastructure needs a clean slate. A VM with a corrupted disk, an expired certificate, or a stuck Kubernetes object. Pulumi CLI v3.192.0 introduces pulumi state taint and pulumi state untaint commands that let you mark resources for replacement—especially valuable when you have state access but restricted cloud permissions. The New Commands pulumi state taint <resource-urn> - Mark a resource for replacement pulumi state untaint <resource-urn> - Cancel the replacement (use --all t...