You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basic/README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,24 @@ Note that this example may create resources which cost money. Run `terraform des
19
19
20
20
| Name | Description | Type | Default | Required |
21
21
|------|-------------|:----:|:-----:|:-----:|
22
-
| account\_name |-| string |`appzen-test`| no |
23
-
| environment |-| string |`mgmt`| no |
24
-
| instance\_type | AWS Instance type, if you change, make sure it is compatible with AMI, not all AMIs allow all instance types | string |`m5.large`| no |
25
-
| key\_name | SSH key name to use | string |`devops-2018-12-19`| no |
26
-
| region |-| string |`us-east-1`| no |
22
+
| account\_name || string |`"appzen-test"`| no |
23
+
| environment || string |`"mgmt"`| no |
24
+
| instance\_type | AWS Instance type, if you change, make sure it is compatible with AMI, not all AMIs allow all instance types | string |`"m5.large"`| no |
25
+
| key\_name | SSH key name to use | string |`"devops-2018-12-19"`| no |
26
+
| region || string |`"us-east-1"`| no |
27
27
28
28
## Outputs
29
29
30
30
| Name | Description |
31
31
|------|-------------|
32
-
| container\_json | - |
32
+
| cluster\_arn | ECS cluster ARN |
33
+
| container\_json ||
33
34
| lb\_dns\_name | FQDN of ALB provisioned for service (if present) |
34
35
| lb\_zone\_id | Route 53 zone ID of ALB provisioned for service (if present) |
36
+
| service\_arn | ECS service ARN |
35
37
| service\_iam\_role\_arn | ARN of the IAM Role for the ECS Service |
36
38
| service\_iam\_role\_name | Name of the IAM Role for the ECS Task |
39
+
| service\_name | ECS service name |
37
40
| task\_iam\_role\_arn | ARN of the IAM Role for the ECS Task |
38
41
| task\_iam\_role\_name | Name of the IAM Role for the ECS Task |
Copy file name to clipboardExpand all lines: examples/disabled/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,23 @@ Note that this example may create resources which cost money. Run `terraform des
21
21
22
22
| Name | Description | Type | Default | Required |
23
23
|------|-------------|:----:|:-----:|:-----:|
24
-
| environment |-| string |`MGMT`| no |
25
-
| instance\_type | AWS Instance type, if you change, make sure it is compatible with AMI, not all AMIs allow all instance types | string |`m5.large`| no |
26
-
| key\_name | SSH key name to use | string |`devops20170606`| no |
27
-
| region |-| string |`us-west-2`| no |
24
+
| environment || string |`"MGMT"`| no |
25
+
| instance\_type | AWS Instance type, if you change, make sure it is compatible with AMI, not all AMIs allow all instance types | string |`"m5.large"`| no |
26
+
| key\_name | SSH key name to use | string |`"devops20170606"`| no |
27
+
| region || string |`"us-west-2"`| no |
28
28
29
29
## Outputs
30
30
31
31
| Name | Description |
32
32
|------|-------------|
33
-
| container\_json | - |
33
+
| cluster\_arn | ECS cluster ARN |
34
+
| container\_json ||
34
35
| lb\_dns\_name | FQDN of ALB provisioned for service (if present) |
35
36
| lb\_zone\_id | Route 53 zone ID of ALB provisioned for service (if present) |
37
+
| service\_arn | ECS service ARN |
36
38
| service\_iam\_role\_arn | ARN of the IAM Role for the ECS Service |
37
39
| service\_iam\_role\_name | Name of the IAM Role for the ECS Task |
40
+
| service\_name | ECS service name |
38
41
| task\_iam\_role\_arn | ARN of the IAM Role for the ECS Task |
39
42
| task\_iam\_role\_name | Name of the IAM Role for the ECS Task |
Copy file name to clipboardExpand all lines: examples/no_lb/README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,29 @@ terraform apply
13
13
```
14
14
15
15
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
16
+
17
+
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
18
+
## Inputs
19
+
20
+
| Name | Description | Type | Default | Required |
21
+
|------|-------------|:----:|:-----:|:-----:|
22
+
| account\_name || string |`"appzen-test"`| no |
23
+
| environment || string |`"mgmt"`| no |
24
+
| instance\_type | AWS Instance type, if you change, make sure it is compatible with AMI, not all AMIs allow all instance types | string |`"m5.large"`| no |
25
+
| key\_name | SSH key name to use | string |`"devops-2018-12-19"`| no |
26
+
| region || string |`"us-east-1"`| no |
27
+
28
+
## Outputs
29
+
30
+
| Name | Description |
31
+
|------|-------------|
32
+
| cluster\_arn | ECS cluster ARN |
33
+
| container\_json ||
34
+
| service\_arn | ECS service ARN |
35
+
| service\_iam\_role\_arn | ARN of the IAM Role for the ECS Service |
36
+
| service\_iam\_role\_name | Name of the IAM Role for the ECS Task |
37
+
| service\_name | ECS service name |
38
+
| task\_iam\_role\_arn | ARN of the IAM Role for the ECS Task |
39
+
| task\_iam\_role\_name | Name of the IAM Role for the ECS Task |
0 commit comments