File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ Provision a small, self-healing fleet of EC2 instances that automatically join
44an ** existing Teleport Cloud** cluster. The nodes can run the Teleport ** Node,
55App, 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
4741In addition to the variables documented below, this module includes several
4842other 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 |
You can’t perform that action at this time.
0 commit comments