Skip to content

Commit

Permalink
fixing getting started initial doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsilva948 committed May 31, 2024
1 parent 2a84d0f commit a28f422
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ Ensure that you have installed the following tools locally:

### terraform

1. For consuming Crossplane Blueprints, please see the [Consumption]() section.
1. For consuming Crossplane Blueprints, please see the [Getting Started](https://awslabs.github.io/crossplane-on-eks/#getting-started) section. For exploring and trying out the patterns provided, please
clone the project locally to quickly get up and running with a pattern. After cloning the project locally, `cd` into the pattern
directory of your choice.

2. To bootstrap using terraform, the typical steps of execution are as follows:
2. To provision the pattern, the typical steps of execution are as follows:

```sh
terraform init
Expand All @@ -35,7 +37,7 @@ Ensure that you have installed the following tools locally:
on your local machine and allow you to interact with your EKS Cluster using `kubectl`.

```sh
aws eks --region <REGION> update-kubeconfig --name <CLUSTER_NAME>
aws eks --region <REGION> update-kubeconfig --name <CLUSTER_NAME> --alias <CLUSTER_NAME>
```

!!! info "Terraform outputs"
Expand Down

0 comments on commit a28f422

Please sign in to comment.