Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
konstructcarrie committed Nov 12, 2024
1 parent b51fd13 commit 95be5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/aws/advanced/multi-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Refer to the following steps to install this feature.
export AWS_SECRET_ACCESS_KEY=<your-secret-access-key>
```

4. Gather the required information for installatio, you will need:
4. Gather the required information for installation, you will need:
- **OIDC Endpoint**: The OIDC endpoint for the management cluster. You can find this in the AWS console under the EKS cluster details.
- **Management Cluster Name**: The name of your management cluster.

Expand All @@ -68,7 +68,7 @@ Refer to the following steps to install this feature.
terraform plan
```

6. Apply the Terraform configuration by running the following commmand to apply the configuration and create the IAM role.
6. Apply the Terraform configuration by running the following command to apply the configuration and create the IAM role.

``` bash
terraform apply --auto-approve
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-2.7/aws/advanced/multi-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Refer to the following steps to install this feature.
export AWS_SECRET_ACCESS_KEY=<your-secret-access-key>
```

4. Gather the required information for installatio, you will need:
4. Gather the required information for installation, you will need:
- **OIDC Endpoint**: The OIDC endpoint for the management cluster. You can find this in the AWS console under the EKS cluster details.
- **Management Cluster Name**: The name of your management cluster.

Expand All @@ -68,7 +68,7 @@ Refer to the following steps to install this feature.
terraform plan
```

6. Apply the Terraform configuration by running the following commmand to apply the configuration and create the IAM role.
6. Apply the Terraform configuration by running the following command to apply the configuration and create the IAM role.

``` bash
terraform apply --auto-approve
Expand Down

0 comments on commit 95be5f2

Please sign in to comment.