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
4
4
an ** existing Teleport Cloud** cluster. The nodes can run the Teleport ** Node,
5
5
App, or Database** services and implements AWS EC2 best practices.
6
6
7
- ---
8
-
9
7
## Features
10
8
11
9
* ** 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.
22
20
* ** Hygienic Networking & IAM** – No public IPs, IMDSv2 enforced, least-priv
23
21
policies, single inbound rule limited to the SG itself for Teleport gossip.
24
22
25
- ---
26
-
27
23
## Usage
28
24
29
25
``` hcl
@@ -41,8 +37,6 @@ module "teleport_nodes" {
41
37
}
42
38
```
43
39
44
- ---
45
-
46
40
## Inputs
47
41
In addition to the variables documented below, this module includes several
48
42
other optional variables (e.g., ` name ` , ` tags ` , etc.) provided by the
@@ -66,8 +60,6 @@ for more details on these variables.
66
60
| ` vpc_security_group_ids ` | Extra SGs to attach. | ` list(string) ` | ` [] ` | no |
67
61
| ` experimental_mode ` | Shorter CW log retention & zero-health refresh for dev. | ` bool ` | ` false ` | no |
68
62
69
- ---
70
-
71
63
## Outputs
72
64
73
65
| Name | Description |
You can’t perform that action at this time.
0 commit comments