From c2fd6e2ac99de8664d3d624b1842f86992bae6c6 Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Fri, 9 Aug 2024 09:02:31 -0700 Subject: [PATCH] Fix heading attribute --- content/docs/concepts/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/concepts/secrets.md b/content/docs/concepts/secrets.md index 383bd6a55b96..02efca2d93b2 100644 --- a/content/docs/concepts/secrets.md +++ b/content/docs/concepts/secrets.md @@ -590,7 +590,7 @@ The [supported secrets providers](/docs/cli/commands/pulumi_stack_init/) are: After the provider has been changed, you should be able to run `pulumi preview` and see no proposed changes. Your configuration secrets and state files are now encrypted using the new secrets provider. -## Committing configuration to source control {# search.keywords="checking version control"} +## Committing configuration to source control { search.keywords="checking version control"} When you run `pulumi config set --secret` to generate a new Pulumi secret, the Pulumi CLI uses the stack's unique encryption key to encrypt the raw value and store the resulting ciphertext in the stack configuration file (`Pulumi.dev.yaml`, for example). If you opened this file in a text editor, you'd see that the contents would look something like this: