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/complete/README.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,46 @@ terraform apply
16
16
```
17
17
18
18
Please note that this example may create resources that can incur monetary charges on your AWS bill. You can run `terraform destroy` when you no longer need the resources.
| <aname="output_ecs_cluster_arn"></a> [ecs\_cluster\_arn](#output\_ecs\_cluster\_arn)| ARN of the ECS Cluster |
52
+
| <aname="output_ecs_service_id"></a> [ecs\_service\_id](#output\_ecs\_service\_id)| Identifier of the ECS Service |
53
+
| <aname="output_private_subnets"></a> [private\_subnets](#output\_private\_subnets)| Identifiers of the Private Subnets |
54
+
| <aname="output_private_subnets_arns"></a> [private\_subnets\_arns](#output\_private\_subnets\_arns)| ARNs of the Private Subnets |
55
+
| <aname="output_private_subnets_cidr_blocks"></a> [private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks)| CIDR Blocks of the Private Subnets |
56
+
| <aname="output_public_subnets"></a> [public\_subnets](#output\_public\_subnets)| Identifiers of the Public Subnets |
57
+
| <aname="output_public_subnets_arns"></a> [public\_subnets\_arns](#output\_public\_subnets\_arns)| ARNs of the Public Subnets |
58
+
| <aname="output_public_subnets_cidr_blocks"></a> [public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks)| CIDR Blocks of the Public Subnets |
59
+
| <aname="output_vpc_cidr_block"></a> [vpc\_cidr\_block](#output\_vpc\_cidr\_block)| CIDR Block of the VPC |
60
+
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| Identifier of the VPC |
0 commit comments