Skip to content

Commit dcfbb06

Browse files
akshaybathija-githubAkshay Bathija
and
Akshay Bathija
authored
chore: clean up unused var in readme (terraform-google-modules#1368)
* Cleaning Up readme for example to remove filestore_csi_drive and enable_autopilot * Correction to build process and reverting csi changes Co-authored-by: Akshay Bathija <[email protected]>
1 parent 05969a0 commit dcfbb06

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

autogen/main/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ module "gke" {
8888
cloudrun = true
8989
dns_cache = false
9090
{% endif %}
91-
{% if autopilot_cluster %}
92-
enable_autopilot = true
93-
{% endif %}
9491
9592
{% if autopilot_cluster != true %}
9693
node_pools = [

modules/beta-autopilot-private-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ module "gke" {
5050
enable_private_endpoint = true
5151
enable_private_nodes = true
5252
master_ipv4_cidr_block = "10.0.0.0/28"
53-
enable_autopilot = true
5453
5554
}
5655
```

modules/beta-autopilot-public-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ module "gke" {
4444
ip_range_services = "us-central1-01-gke-01-services"
4545
horizontal_pod_autoscaling = true
4646
filestore_csi_driver = false
47-
enable_autopilot = true
4847
4948
}
5049
```

0 commit comments

Comments
 (0)