Skip to content

Commit

Permalink
Remove some overly specific version numbers (pulumi#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed May 13, 2020
1 parent 9541377 commit 265e9d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-ts-eks-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To deploy your infrastructure, follow the below steps.
### Prerequisites

1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
1. [Install Node.js version 6 or later](https://nodejs.org/en/download/)
1. [Install Node.js](https://nodejs.org/en/download/)
1. Install a package manager for Node.js, such as [npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/en/docs/install).
1. [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
1. [Install `aws-iam-authenticator`](https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html)
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To deploy your infrastructure, follow the below steps.
### Prerequisites

1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
2. [Install Node.js 8.11.3](https://nodejs.org/en/download/)
2. [Install Node.js](https://nodejs.org/en/download/)
3. [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
4. [Install `aws-iam-authenticator`](https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html)

Expand Down
2 changes: 1 addition & 1 deletion gcp-ts-gke-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To deploy your infrastructure, follow the below steps.
### Prerequisites

1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
1. [Install Node.js version 6 or later](https://nodejs.org/en/download/)
1. [Install Node.js](https://nodejs.org/en/download/)
1. Install a package manager for Node.js, such as [npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/en/docs/install).
1. [Install Google Cloud SDK (`gcloud`)](https://cloud.google.com/sdk/docs/downloads-interactive)
1. Configure GCP Auth
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-ts-multicloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To deploy your infrastructure, follow the below steps.
### Prerequisites

1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
2. [Install Node.js 8.11.3](https://nodejs.org/en/download/)
2. [Install Node.js](https://nodejs.org/en/download/)
3. (Optional) [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
4. (Optional) [Configure Azure Credentials](https://www.pulumi.com/docs/intro/cloud-providers/azure/setup/)
5. (Optional) [Configure GCP Credentials](https://www.pulumi.com/docs/intro/cloud-providers/gcp/setup/)
Expand Down

0 comments on commit 265e9d1

Please sign in to comment.