Skip to content

Commit b17bb96

Browse files
authored
Fix README Format (#1083)
1 parent 2c73ce3 commit b17bb96

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

modules/ec2-client-vpn/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ A browser will launch and allow you to connect to the VPN.
8686
client vpn is deployed (e.g. `ue2-corp`)
8787
1. Use `nmap` to test if the port is `open`. If the port is `filtered` then it's not open.
8888
89-
nmap -p <PORT> <HOST>
89+
```console
90+
nmap -p <PORT> <HOST>
91+
```
9092

9193
Successful tests have been seen with MSK and RDS.
9294

modules/ecs-service/docs/ecs-partial-task-definitions.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ This also means that when something goes wrong, it becomes harder to troubleshoo
7171

7272
<br/>This bucket should be in the same account as the ECS Cluster.
7373

74-
<br/><details><summary>S3 Bucket Default Definition</summary>
74+
<br/>
75+
<details>
76+
<summary>S3 Bucket Default Definition</summary>
7577

7678
```yaml
7779
components:
78-
Terraform:
80+
terraform:
7981
s3-bucket/defaults:
8082
metadata:
8183
type: abstract
@@ -114,7 +116,7 @@ This also means that when something goes wrong, it becomes harder to troubleshoo
114116
noncurrent_version_expiration: {}
115117
```
116118
117-
</details>
119+
</details>
118120
119121
```yaml
120122
import:
@@ -173,7 +175,8 @@ This also means that when something goes wrong, it becomes harder to troubleshoo
173175
should have the input `mirror_to_s3_bucket` set to the S3 bucket name. the variable `use_partial_taskdefinition`
174176
should be set to `'true'`
175177

176-
<details><summary> Example GitHub Action Step </summary>
178+
<details>
179+
<summary> Example GitHub Action Step </summary>
177180

178181
```yaml
179182
- name: Deploy

0 commit comments

Comments
 (0)