@@ -35,6 +35,26 @@ Check valid versions on:
3535 ]
3636 }
3737
38+ Check the section "Other modules that you may need to use this module" for details about modules mentioned in the usage example.
39+
40+ ## Output values
41+
42+ * lb_id: Load Balancer ID.
43+ * lb_arn: Load Balancer ARN.
44+ * lb_arn_suffix: Load Balancer ARN Suffix.
45+ * lb_dns_name: Load Balancer DNS Name.
46+ * lb_zone_id: Load Balancer Zone ID.
47+ * lb_sg_id: Load Balancer Security Group - The ID of the security group.
48+ * lb_sg_arn: Load Balancer Security Group - The ARN of the security group.
49+ * lb_sg_name: Load Balancer Security Group - The name of the security group.
50+ * lb_sg_description: Load Balancer Security Group - The description of the security group.
51+ * ecs_tasks_sg_id: ECS Tasks Security Group - The ID of the security group.
52+ * ecs_tasks_sg_arn: ECS Tasks Security Group - The ARN of the security group.
53+ * ecs_tasks_sg_name: ECS Tasks Security Group - The name of the security group.
54+ * ecs_tasks_sg_description: ECS Tasks Security Group - The description of the security group.
55+
56+ ## Other modules that you may need to use this module
57+
3858The networking module should look like this:
3959
4060 module "networking" {
@@ -53,18 +73,3 @@ Check versions for this module on:
5373* Github Releases: < https://github.com/jnonino/terraform-aws-networking/releases >
5474* Terraform Module Registry: < https://registry.terraform.io/modules/jnonino/networking/aws >
5575
56- ## Output values
57-
58- * lb_id: Load Balancer ID.
59- * lb_arn: Load Balancer ARN.
60- * lb_arn_suffix: Load Balancer ARN Suffix.
61- * lb_dns_name: Load Balancer DNS Name.
62- * lb_zone_id: Load Balancer Zone ID.
63- * lb_sg_id: Load Balancer Security Group - The ID of the security group.
64- * lb_sg_arn: Load Balancer Security Group - The ARN of the security group.
65- * lb_sg_name: Load Balancer Security Group - The name of the security group.
66- * lb_sg_description: Load Balancer Security Group - The description of the security group.
67- * ecs_tasks_sg_id: ECS Tasks Security Group - The ID of the security group.
68- * ecs_tasks_sg_arn: ECS Tasks Security Group - The ARN of the security group.
69- * ecs_tasks_sg_name: ECS Tasks Security Group - The name of the security group.
70- * ecs_tasks_sg_description: ECS Tasks Security Group - The description of the security group.
0 commit comments