Skip to content

Commit

Permalink
Update README.md - Small typos (#1)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
mathieu-benoit authored Oct 6, 2023
1 parent 248a071 commit ecc88a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ By default, the following will be provisioned:
## Prerequisites

* A Humanitec account with the `Administrator` role in an Organization. Get a [free trial](https://humanitec.com/free-trial?utm_source=github&utm_medium=referral&utm_campaign=gcp_refarch_repo) if you are just starting.
* An AWS account
* A GCP project
* [gcloud CLI](https://cloud.google.com/cli) installed locally
* [Terraform](https://www.terraform.io/) installed locally

Expand Down Expand Up @@ -81,7 +81,7 @@ Check for the existence of key elements of the reference architecture. This is a
export HUMANITEC_ORG="my-humanitec-org"
```

2. Verify the existence of the Resource Definition for the EKS cluster in your Humanitec Organization:
2. Verify the existence of the Resource Definition for the GKE cluster in your Humanitec Organization:
```bash
curl -s https://api.humanitec.io/orgs/${HUMANITEC_ORG}/resources/defs/htc-ref-arch-cluster \
--header "Authorization: Bearer ${HUMANITEC_TOKEN}" \
Expand Down

0 comments on commit ecc88a1

Please sign in to comment.