Skip to content

Commit db6b111

Browse files
committed
Remove outdated UI instruction
1 parent 2f1d44e commit db6b111

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/blog/esc-env-run-aws/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ values:
141141
142142
The variables defined under the `environmentVariables` parameter above are the same environment variables that the AWS CLI uses if you were authenticating with something like the `aws configure` command. What the above configuration is doing is dynamically generating the credentials and projecting those credential values into your local environment. From there, the AWS CLI picks up those environment variables and runs the designated command. You can find out more about this provider definition and how it works in the Pulumi ESC documentation for [the AWS provider](https://www.pulumi.com/docs/pulumi-cloud/esc/providers/aws-login/#example) as well as the documentation for [projecting environment variables](https://www.pulumi.com/docs/pulumi-cloud/esc/environments/#projecting-environment-variables).
143143

144-
Scroll to the bottom of the page and click **Save**.
144+
Click **Save**.
145145

146146
{{< video title="Adding configuration to Pulumi ESC environment" src="https://www.pulumi.com/uploads/add-environment-config.mp4" autoplay="true" loop="true" >}}
147147

content/docs/esc/environments/configuring-oidc/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Consol
9898
```
9999
100100
6. Replace `<your-oidc-iam-role-arn>` with the value from the previous steps.
101-
7. Scroll to the bottom of the page and click **Save**.
101+
7. Click **Save**.
102102

103103
You can validate that your configuration is working by running either of the following:
104104

content/docs/esc/environments/configuring-oidc/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Consol
9898
```
9999
100100
6. Replace `<your-client-id>`, `<your-tenant-id>`, and `<your-subscription-id>` with the values from the previous steps.
101-
7. Scroll to the bottom of the page and click **Save**.
101+
7. Click **Save**.
102102

103103
You can validate that your configuration is working by running either of the following:
104104

content/docs/esc/environments/configuring-oidc/gcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Consol
8989
```
9090
9191
6. Replace `<your-project-id>`, `<your-pool-id>`, `<your-provider-id>`, and `<your-service-account>` with the values from the previous steps.
92-
7. Scroll to the bottom of the page and click **Save**.
92+
7. Click **Save**.
9393

9494
You can validate that your configuration is working by running either of the following:
9595

content/docs/esc/environments/configuring-oidc/vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ To configure OIDC for Pulumi ESC, create a new environment in the [Pulumi Cloud
156156
```
157157
158158
6. Replace `<your-vault-url>`, `<your-role-name>`, `<your-namespace>`, and `<path-to-secret>` with the values from the previous steps.
159-
7. Scroll to the bottom of the page and click **Save**.
159+
7. Click **Save**.
160160

161161
![Vault environment config](./vault-environment-config.png)
162162

0 commit comments

Comments
 (0)