Skip to content

Commit

Permalink
fix: generted README doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MahekKatariya committed Sep 23, 2024
1 parent 16b5719 commit 47cda5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/regional_proxy_lb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ module "gce-lb-tcp" {
| network\_project | Name of the project where the network resides. Useful for shared VPC. Default is var.project. | `string` | n/a | yes |
| port\_front\_end | Port of the load balancer front end | `number` | n/a | yes |
| project | The project to deploy to, if not set the default provider project is used. | `string` | `null` | no |
| proxy\_only\_subnet\_cidr | The CIDR block of the proxy only subnet | `string` | n/a | yes |
| proxy\_header | Specifies the type of proxy header to append before sending data to the backend. Default value is NONE. Possible values are: NONE, PROXY\_V1 | `string` | `"NONE"` | no |
| proxy\_only\_subnet\_cidr | The CIDR block of the proxy only subnet.This is required when create\_proxy\_only\_subnet is set to true. | `string` | `""` | no |
| region | Region of the created GCP resources from this module. | `string` | n/a | yes |
| target\_tags | List of target tags to allow traffic using firewall rule. | `list(string)` | n/a | yes |
| target\_tags | List of target tags to allow traffic using firewall rule.This is required when create\_firewall\_rules is set to true. | `list(string)` | `[]` | no |

## Outputs

Expand Down

0 comments on commit 47cda5c

Please sign in to comment.