Skip to content

Commit ad3d1df

Browse files
committed
Fixed formatting in readme.
1 parent e2537a6 commit ad3d1df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,16 @@ Follow the instructions below in order to deploy from this repository:
4343
python3 buildstack.py --template-body 'managed-gdb-cft.yml' --stack-name 'gdb-managed-ep' --consent-anonymous-data-collect 'yes' --region-list 'us-east-1,us-west-1'
4444
```
4545

46-
**What do these parameters mean?**
46+
<details>
47+
<summary> <strong> What do these parameters mean? </strong> </summary>
4748

4849
The script takes following parameters:
4950

5051
**-t OR --template-body**: CloudFormation template file. Defaults to managed0gdb-cft.yml. **(Optional)**
5152
**-r OR --region-list**: List of regions separated by commas, where the stack will be deployed. **(Required)**
5253
**-a OR --consent-anonymous-data-collect**: Opt-in or out of anonymous one time data collection.(yes/no). Only collects region name, creation time, stack name and uuid portion of the stack id (for uniqueness). Defaults to accept. **(Optional)**
5354
**-s OR --stack-name**: CloudFormation Stack Name. **(Required)**
54-
55-
>**_NOTE:_**
56-
You will have to execute the following command multiple times, passing the region name every time. You will do this for all regions of your global database. For example if your global database is deployed in us-east-1 and us-west-2, then you will have to execute the commands twice with the region parameter as us-east-1 and then again with region parameter as us-west-2.
57-
55+
</details>
5856

5957
3. Once the cloudformation finishes building resources in all regions, execute the following command, for each region of the global database.
6058

@@ -65,7 +63,8 @@ You will have to execute the following command multiple times, passing the regio
6563
python3 create_managed_endpoint.py --cluster-cname-pair='{"gdb-cluster1":"writer1.myhostedzone.com" ,"gdb-cluster2":"writer2.myhostedzone.com"}' --hosted-zone-name=myhostedzone.com --region-list 'us-east-1,us-west-1'
6664
```
6765

68-
**What do these parameters mean?**
66+
<details>
67+
<summary> <strong> What do these parameters mean? </strong> </summary>
6968

7069
The script takes following parameters:
7170

@@ -74,6 +73,7 @@ The script takes following parameters:
7473
**-r OR --region-list** : List of regions separated by commas, where the stack will be deployed. **(Required)**
7574
**-sv OR --skip-vpc** : Skips adding vpcs in the hosted zone, if using an existing hosted zone. **(Optional)**
7675

76+
</details>
7777
If you made any mistakes, no worries. You can just re-run it. The script is idempotent. And when you are ready to add a new global cluster, you can just re-run it with the new global-cluster and CNAME pair.
7878

7979
## What resources will this solution create?

0 commit comments

Comments
 (0)