Skip to content

Commit 330227f

Browse files
authored
Update README.md
1 parent 6d5aaa8 commit 330227f

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ configuration options on the cluster infrastructure.
1818
Ensure that you have the following tools installed locally:
1919

2020
1. [aws cli](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
21-
1. [kubectl](https://kubernetes.io/docs/tasks/tools/)
22-
1. [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)
21+
2. [kubectl](https://kubernetes.io/docs/tasks/tools/)
22+
3. [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)
2323

2424

2525
## Setup
@@ -33,23 +33,23 @@ on Amazon S3 for example, visit the [terraform remote states](https://www.terraf
3333
terraform init
3434
```
3535

36-
1. EKS Cluster
36+
2. EKS Cluster
3737

3838
To run this example, you need to provide your EKS cluster ID.
3939
If you don't have a cluster ready, visit [this example](../new-empty-eks-cluster) first to create a new one.
4040

4141
Add `eks_cluster_id=xxx` to your `terraform.tfvars` or use an
4242
environment variable `export TF_VAR_eks_cluster_id=xxx`.
4343

44-
1. Amazon Managed Service for Prometheus workspace
44+
3. Amazon Managed Service for Prometheus workspace
4545

4646
If you have an existing workspace, add `managed_prometheus_workspace_id=ws-xxx`
4747
or use an environment variable `export TF_VAR_managed_prometheus_workspace_id=ws-xxx`.
4848

4949
If you don't specify anything a new workspace will be created for you.
5050

5151

52-
1. Amazon Managed Grafana workspace
52+
4. Amazon Managed Grafana workspace
5353

5454

5555
If you have an existing workspace, add `managed_grafana_workspace_id=g-xxx`
@@ -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-
1. Grafana API Key
61+
6. 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:
@@ -91,7 +91,7 @@ terraform apply
9191
If your existing Managed Prometheus workspace is in another AWS Region,
9292
add this `managed_prometheus_region=xxx` and `managed_prometheus_workspace_id=ws-xxx`.
9393

94-
1. Cross-region Managed Grafana workspace
94+
2. Cross-region Managed Grafana workspace
9595

9696
If your existing Managed Prometheus workspace is in another AWS Region,
9797
add this `managed_prometheus_region=xxx` and `managed_prometheus_workspace_id=ws-xxx`.

0 commit comments

Comments
 (0)