From 95cc92f01c7933f5be4ec71af40d85dd1839b906 Mon Sep 17 00:00:00 2001 From: Harvey Liu Date: Tue, 24 Dec 2024 15:39:18 +0800 Subject: [PATCH] update run cmd ./tools/tfdoc.py modules/net-lb-app-ext to fix linting error --- modules/net-lb-app-ext/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net-lb-app-ext/README.md b/modules/net-lb-app-ext/README.md index b11c8d5409..83872dc348 100644 --- a/modules/net-lb-app-ext/README.md +++ b/modules/net-lb-app-ext/README.md @@ -1050,7 +1050,7 @@ After provisioning this change, and verifying that the new certificate is provis | [project_id](variables.tf#L195) | Project id. | string | ✓ | | | [address](variables.tf#L17) | Optional IP address used for the forwarding rule. | string | | null | | [backend_buckets_config](variables.tf#L23) | Backend buckets configuration. | map(object({…})) | | {} | -| [backend_service_configs](variables-backend-service.tf#L19) | Backend service level configuration. | map(object({…})) })) | | {} | +| [backend_service_configs](variables-backend-service.tf#L19) | Backend service level configuration. | map(object({…})) })) | | {} | | [description](variables.tf#L56) | Optional description used for resources. | string | | "Terraform managed." | | [group_configs](variables.tf#L62) | Optional unmanaged groups to create. Can be referenced in backends via key or outputs. | map(object({…})) | | {} | | [health_check_configs](variables-health-check.tf#L19) | Optional auto-created health check configurations, use the output self-link to set it in the auto healing policy. Refer to examples for usage. | map(object({…})) | | {…} |