From e75c8612f52b21182c8e0dda73640dd47b5d1130 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Wed, 1 Dec 2021 10:49:11 +0100 Subject: [PATCH] Fixes in documentation of CCS cluster creation example Signed-off-by: Juan Hernandez --- examples/create_ccs_cluster/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/create_ccs_cluster/README.md b/examples/create_ccs_cluster/README.md index 061e503..3fdb3da 100644 --- a/examples/create_ccs_cluster/README.md +++ b/examples/create_ccs_cluster/README.md @@ -5,14 +5,14 @@ cloud subscription_ and is a cluster that is created in the cloud infrastructure (AWS account or GCP project, for example) provided by the user. In order to create a _CCS_ cluster it is necessary to have user named -`osdCcsAdmin` with the `AdministratorAccess`. The example uses the `aws` +`osdCcsAdmin` with the `AdministratorAccess` role. The example uses the `aws` provider to create that user and attach the role. To do so it uses the credentials of the current user, typically taken from the `~/.aws/credentials` file. See the documentation of the `aws` provider for details. Once the `osdCcsAdmin` user is created the example uses the `aws` provider again to generate an access key and secret for that user. That key and secret -are then be used to create the cluster. +are then used to create the cluster. To run it use adjust the description of the provider and the cluster in the -`main.tf` and then run the `terraform apply` command. +`main.tf` file and then run the `terraform apply` command.