From c274a4dd0d4dea20fe2f2be63df3c9b5b3452453 Mon Sep 17 00:00:00 2001 From: nick-10 Date: Wed, 6 Apr 2022 20:25:12 +0000 Subject: [PATCH 1/2] Removed unused variable ip_source_ranges_ssh from example safer_cluster_iap_bastion --- examples/safer_cluster_iap_bastion/variables.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/safer_cluster_iap_bastion/variables.tf b/examples/safer_cluster_iap_bastion/variables.tf index e60fd35bde..42dc4f5f29 100644 --- a/examples/safer_cluster_iap_bastion/variables.tf +++ b/examples/safer_cluster_iap_bastion/variables.tf @@ -69,9 +69,3 @@ variable "bastion_members" { description = "List of users, groups, SAs who need access to the bastion host" default = [] } - -variable "ip_source_ranges_ssh" { - type = list(string) - description = "Additional source ranges to allow for ssh to bastion host. 35.235.240.0/20 allowed by default for IAP tunnel." - default = [] -} From 2a2f5a12dc614f852fb2733423035d98dc6e0936 Mon Sep 17 00:00:00 2001 From: nick-10 Date: Wed, 6 Apr 2022 21:14:51 +0000 Subject: [PATCH 2/2] Didn't include README in original commit. New Push. --- examples/safer_cluster_iap_bastion/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/safer_cluster_iap_bastion/README.md b/examples/safer_cluster_iap_bastion/README.md index 41c4918fe7..7a1eb998b0 100644 --- a/examples/safer_cluster_iap_bastion/README.md +++ b/examples/safer_cluster_iap_bastion/README.md @@ -41,7 +41,6 @@ To deploy this example: | cluster\_name | The name of the cluster | `string` | `"safer-cluster-iap-bastion"` | no | | ip\_range\_pods\_name | The secondary ip range to use for pods | `string` | `"ip-range-pods"` | no | | ip\_range\_services\_name | The secondary ip range to use for pods | `string` | `"ip-range-svc"` | no | -| ip\_source\_ranges\_ssh | Additional source ranges to allow for ssh to bastion host. 35.235.240.0/20 allowed by default for IAP tunnel. | `list(string)` | `[]` | no | | network\_name | The name of the network being created to host the cluster in | `string` | `"safer-cluster-network"` | no | | project\_id | The project ID to host the cluster in | `string` | n/a | yes | | region | The region to host the cluster in | `string` | `"us-central1"` | no |