Skip to content

Commit

Permalink
fix: removed unused variable ip_source_ranges_ssh from example safer_…
Browse files Browse the repository at this point in the history
…cluster_iap_bastion (#1199)

* Removed unused variable ip_source_ranges_ssh from example safer_cluster_iap_bastion

* Didn't include README in original commit. New Push.
  • Loading branch information
nick-10 committed Apr 7, 2022
1 parent 016683d commit 5197f22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion examples/safer_cluster_iap_bastion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
6 changes: 0 additions & 6 deletions examples/safer_cluster_iap_bastion/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
}

0 comments on commit 5197f22

Please sign in to comment.