Skip to content

Commit ba2e69e

Browse files
committed
doc: remove line breaks from readme
1 parent fb6ae51 commit ba2e69e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Provision a small, self-healing fleet of EC2 instances that automatically join
44
an **existing Teleport Cloud** cluster. The nodes can run the Teleport **Node,
55
App, or Database** services and implements AWS EC2 best practices.
66

7-
---
8-
97
## Features
108

119
* **One-Command Deploy** – Launches an Auto Scaling Group behind the scenes;
@@ -22,8 +20,6 @@ App, or Database** services and implements AWS EC2 best practices.
2220
* **Hygienic Networking & IAM** – No public IPs, IMDSv2 enforced, least-priv
2321
policies, single inbound rule limited to the SG itself for Teleport gossip.
2422

25-
---
26-
2723
## Usage
2824

2925
```hcl
@@ -41,8 +37,6 @@ module "teleport_nodes" {
4137
}
4238
```
4339

44-
---
45-
4640
## Inputs
4741
In addition to the variables documented below, this module includes several
4842
other optional variables (e.g., `name`, `tags`, etc.) provided by the
@@ -66,8 +60,6 @@ for more details on these variables.
6660
| `vpc_security_group_ids` | Extra SGs to attach. | `list(string)` | `[]` | no |
6761
| `experimental_mode` | Shorter CW log retention & zero-health refresh for dev. | `bool` | `false` | no |
6862

69-
---
70-
7163
## Outputs
7264

7365
| Name | Description |

0 commit comments

Comments
 (0)