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
Hi team,
renamed the path of the source to the module registry instead of the GitHub repo
removed variables because all variable information is sourced from the variable and output files.
removed figure diagram because the Terraform Registry cannot render the image
If you can merge this into master and then add another release/tag so that the module registry will update. After that we'll be able to verify this module.
Thanks
Chris
-`region` (optional): Region for cloud resources. Default is `us-central1`.
26
-
-`network` (optional): Name of the network to create resources in. Default is `default`.
27
-
-`name` (required): Name for the forwarding rule and prefix for supporting resources.
28
-
-`backends` (optional): List of backends, should be a map of key-value pairs for each backend, mush have the 'group' key.
29
-
-`session_affinity`(optional): The session affinity for the backends example: NONE, CLIENT_IP. Default is `NONE`.
30
-
-`ports` (required): List of ports range to forward to backend services. Max is 5.
31
-
-`health_port` (requierd): Port to perform health checks on.
32
-
-`source_tags`: (required): List of source tags for traffic between the internal load balancer.
33
-
-`target_tags`: (required): List of target tags for traffic between the internal load balancer.
34
-
-`ip_address` (optional) IP address of the internal load balancer, if empty one will be assigned. Default is empty.
35
-
36
-
### Output variables
37
-
38
-
-`ip_address`: The internal IP assigned to the regional fowarding rule.
39
23
40
24
## Resources created
41
25
42
-
**Figure 1.***diagram of terraform resources*
43
-
44
-

45
-
46
26
-[`google_compute_forwarding_rule.default`](https://www.terraform.io/docs/providers/google/r/compute_forwarding_rule.html): The internal regional forwarding rule.
47
27
-[`google_compute_region_backend_service.default`](https://www.terraform.io/docs/providers/google/r/compute_region_backend_service.html): The backend service registered to the given `instance_group`.
48
28
-[`google_compute_health_check.default`](https://www.terraform.io/docs/providers/google/r/compute_health_check.html): The TCP health check for the `instance_group` targets on the `service_port`.
49
29
-[`google_compute_firewall.default-ilb-fw`](https://www.terraform.io/docs/providers/google/r/compute_firewall.html): Firewall rule that allows traffic from the `source_tags` resources to `target_tags` on the `service_port`.
50
-
-[`google_compute_firewall.default-hc`](https://www.terraform.io/docs/providers/google/r/compute_firewall.html): Firewall rule that allows traffic for health checks to the `target_tags` resources.
30
+
-[`google_compute_firewall.default-hc`](https://www.terraform.io/docs/providers/google/r/compute_firewall.html): Firewall rule that allows traffic for health checks to the `target_tags` resources.
0 commit comments