Skip to content

Commit

Permalink
remove option for escEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
desteves committed Sep 20, 2024
1 parent 8a96b82 commit 05ecf79
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions aws-ts-oidc-provider-pulumi-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Pulumi template to:

- Create AWS resources for AWS OIDC (IdP + Role)
- Create a new Pulumi Cloud ESC Environment (optional)
- Create a new Pulumi Cloud ESC Environment

Last update: September 2024

Expand Down Expand Up @@ -34,14 +34,6 @@ Once copied to your machine, feel free to edit as needed.

This template will pick up the thumbprint from the URL that you set in the stack configuration. By default it will use the OIDC IDP URL for Pulumi Cloud.

You must also set the name of the environment that you would like to use:

```bash
pulumi config set escEnv {environment-name}
```

(Note that `{environment-name}` must be in the format `{orgname}/{project}/{environmentname}` where `orgname` can be your individual account name or the the organization that you are adding the environment to)

To deploy your infrastructure, run:

```bash
Expand Down

0 comments on commit 05ecf79

Please sign in to comment.