From 317040bd30e22926d2b49bec663b8843a368d320 Mon Sep 17 00:00:00 2001 From: Pablo Terradillos Date: Fri, 21 Aug 2026 23:13:26 -0300 Subject: [PATCH] Fixed instruction providing two options where is just the same one --- content/docs/esc/guides/configuring-oidc/aws.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/docs/esc/guides/configuring-oidc/aws.md b/content/docs/esc/guides/configuring-oidc/aws.md index 00fe00dbf53b..2922b529c7e7 100644 --- a/content/docs/esc/guides/configuring-oidc/aws.md +++ b/content/docs/esc/guides/configuring-oidc/aws.md @@ -106,10 +106,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Consol 6. Replace `` with the value from the previous steps. 7. Click **Save**. -You can validate that your configuration is working by running either of the following: - -* `pulumi env open //` command of the [Pulumi CLI](/docs/iac/cli/commands/pulumi_env_open/) -* `pulumi env open //` command of the [Pulumi CLI](/docs/install/) +You can validate that your configuration is working by running `pulumi env open //` command of the [Pulumi CLI](/docs/iac/cli/commands/pulumi_env_open/) Make sure to replace ``, ``, and `` with the values of your Pulumi organization, project, and environment file respectively. You should see output similar to the following: