From c5db50d1d7cdff86c2ea040fb643c1902b8ade41 Mon Sep 17 00:00:00 2001 From: Valerio Ponza Date: Wed, 29 Mar 2023 10:22:22 +0000 Subject: [PATCH] fixing tests and refactoring default --- modules/gke-cluster/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/gke-cluster/README.md b/modules/gke-cluster/README.md index e194f5cbe..d5b939284 100644 --- a/modules/gke-cluster/README.md +++ b/modules/gke-cluster/README.md @@ -153,15 +153,6 @@ module "cluster-1" { ``` -## Files - -| name | description | resources | -|---|---|---| -| [main.tf](./main.tf) | Module-level locals and resources. | google_compute_network_peering_routes_config · google_container_cluster · google_gke_backup_backup_plan · google_pubsub_topic | -| [outputs.tf](./outputs.tf) | Module outputs. | | -| [variables.tf](./variables.tf) | Module variables. | | -| [versions.tf](./versions.tf) | Version pins. | | - ## Variables | name | description | type | required | default |