diff --git a/fast/stages/02-networking/README.md b/fast/stages/02-networking/README.md
index 5348a54e6..0101c1156 100644
--- a/fast/stages/02-networking/README.md
+++ b/fast/stages/02-networking/README.md
@@ -309,20 +309,19 @@ DNS configurations are centralised in the `dns.tf` file. Spokes delegate DNS res
| name | description | type | required | default | producer |
|---|---|:---:|:---:|:---:|:---:|
| [billing_account_id](variables.tf#L17) | Billing account id. | string | ✓ | | 00-bootstrap |
-| [organization](variables.tf#L97) | Organization details. | object({…}) | ✓ | | 00-bootstrap |
-| [prefix](variables.tf#L113) | Prefix used for resources that need unique names. | string | ✓ | | 00-bootstrap |
+| [organization](variables.tf#L86) | Organization details. | object({…}) | ✓ | | 00-bootstrap |
+| [prefix](variables.tf#L102) | Prefix used for resources that need unique names. | string | ✓ | | 00-bootstrap |
| [custom_adv](variables.tf#L23) | Custom advertisement definitions in name => range format. | map(string) | | {…} | |
| [data_dir](variables.tf#L40) | Relative path for the folder storing configuration data for network resources. | string | | "data" | |
| [dns](variables.tf#L46) | Onprem DNS resolvers. | map(list(string)) | | {…} | |
| [folder_id](variables.tf#L54) | Folder to be used for the networking resources in folders/nnnnnnnnnnn format. If null, folder will be created. | string | | null | 01-resman |
-| [gke](variables.tf#L68) | | map(object({…})) | | {} | 01-resman |
-| [l7ilb_subnets](variables.tf#L79) | Subnets used for L7 ILBs. | map(list(object({…}))) | | {…} | |
-| [outputs_location](variables.tf#L107) | Path where providers and tfvars files for the following stages are written. Leave empty to disable. | string | | null | |
-| [project_factory_sa](variables.tf#L119) | IAM emails for project factory service accounts. | map(string) | | {} | 01-resman |
-| [psa_ranges](variables.tf#L126) | IP ranges used for Private Service Access (e.g. CloudSQL). | map(map(string)) | | {…} | |
-| [router_configs](variables.tf#L141) | Configurations for CRs and onprem routers. | map(object({…})) | | {…} | |
-| [vpn_onprem_configs](variables.tf#L165) | VPN gateway configuration for onprem interconnection. | map(object({…})) | | {…} | |
-| [vpn_spoke_configs](variables.tf#L221) | VPN gateway configuration for spokes. | map(object({…})) | | {…} | |
+| [l7ilb_subnets](variables.tf#L68) | Subnets used for L7 ILBs. | map(list(object({…}))) | | {…} | |
+| [outputs_location](variables.tf#L96) | Path where providers and tfvars files for the following stages are written. Leave empty to disable. | string | | null | |
+| [project_factory_sa](variables.tf#L108) | IAM emails for project factory service accounts. | map(string) | | {} | 01-resman |
+| [psa_ranges](variables.tf#L115) | IP ranges used for Private Service Access (e.g. CloudSQL). | map(map(string)) | | {…} | |
+| [router_configs](variables.tf#L130) | Configurations for CRs and onprem routers. | map(object({…})) | | {…} | |
+| [vpn_onprem_configs](variables.tf#L154) | VPN gateway configuration for onprem interconnection. | map(object({…})) | | {…} | |
+| [vpn_spoke_configs](variables.tf#L210) | VPN gateway configuration for spokes. | map(object({…})) | | {…} | |
## Outputs
diff --git a/fast/stages/02-networking/variables.tf b/fast/stages/02-networking/variables.tf
index 70b21ad64..22e8c7452 100644
--- a/fast/stages/02-networking/variables.tf
+++ b/fast/stages/02-networking/variables.tf
@@ -65,17 +65,6 @@ variable "folder_id" {
}
}
-variable "gke" {
- #tfdoc:variable:source 01-resman
- description = ""
- type = map(object({
- folder_id = string
- sa = string
- gcs = string
- }))
- default = {}
-}
-
variable "l7ilb_subnets" {
description = "Subnets used for L7 ILBs."
type = map(list(object({