diff --git a/aws-ts-oidc-provider-pulumi-cloud/README.md b/aws-ts-oidc-provider-pulumi-cloud/README.md index f2aac865e..2532f4253 100644 --- a/aws-ts-oidc-provider-pulumi-cloud/README.md +++ b/aws-ts-oidc-provider-pulumi-cloud/README.md @@ -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 @@ -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