Skip to content

Commit 2615cac

Browse files
committed
Redirect new EKS cluster to the blueprint
1 parent c93e2cf commit 2615cac

File tree

1 file changed

+6
-6
lines changed
  • examples/existing-cluster-with-base-and-infra

1 file changed

+6
-6
lines changed

examples/existing-cluster-with-base-and-infra/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ terraform init
3535

3636
2. EKS Cluster
3737

38-
To run this example, you need to provide your EKS cluster ID.
39-
If you don't have a cluster ready, visit [this example](../new-empty-eks-cluster) first to create a new one.
38+
To run this example, you need to provide your EKS cluster name.
39+
If you don't have a cluster ready, visit [this example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/eks-cluster-with-new-vpc)
40+
first to create a new one.
41+
42+
Add `eks_cluster_id=xxx` to your `terraform.tfvars` or use an environment variable `export TF_VAR_eks_cluster_id=xxx`.
4043

41-
Create a `terraform.tfvars` file and add `eks_cluster_id=xxx` to your `terraform.tfvars` or
42-
environment variable `export TF_VAR_eks_cluster_id=xxx`.
4344

4445
3. Amazon Managed Service for Prometheus workspace
4546

@@ -48,7 +49,6 @@ or use an environment variable `export TF_VAR_managed_prometheus_workspace_id=ws
4849

4950
If you don't specify anything a new workspace will be created for you.
5051

51-
5252
4. Amazon Managed Grafana workspace
5353

5454

@@ -58,7 +58,7 @@ or use an environment variable `export TF_VAR_managed_grafana_workspace_id=g-xxx
5858
If you don't specify anything a new workspace will be created for you.
5959

6060

61-
6. Grafana API Key
61+
5. Grafana API Key
6262
<!-- TODO: Remove section when CP Grafana API keys is supported by Terraform -->
6363

6464
- Give admin access to the SSO user you set up when creating the Amazon Managed Grafana Workspace:

0 commit comments

Comments
 (0)