diff --git a/fast/stages/01-resman/README.md b/fast/stages/01-resman/README.md index 8f8bee19..ee763d28 100644 --- a/fast/stages/01-resman/README.md +++ b/fast/stages/01-resman/README.md @@ -196,15 +196,15 @@ Due to its simplicity, this stage lends itself easily to customizations: adding | name | description | sensitive | consumers | |---|---|:---:|---| -| [cicd_repositories](outputs.tf#L166) | WIF configuration for CI/CD repositories. | | | -| [dataplatform](outputs.tf#L180) | Data for the Data Platform stage. | | | -| [gke_multitenant](outputs.tf#L252) | Data for the GKE multitenant stage. | | 03-gke-multitenant | -| [networking](outputs.tf#L196) | Data for the networking stage. | | | -| [project_factories](outputs.tf#L205) | Data for the project factories stage. | | | -| [providers](outputs.tf#L221) | Terraform provider files for this stage and dependent stages. | ✓ | 02-networking · 02-security · 03-dataplatform · xx-sandbox · xx-teams | -| [sandbox](outputs.tf#L228) | Data for the sandbox stage. | | xx-sandbox | -| [security](outputs.tf#L242) | Data for the networking stage. | | 02-security | -| [teams](outputs.tf#L269) | Data for the teams stage. | | | -| [tfvars](outputs.tf#L282) | Terraform variable files for the following stages. | ✓ | | +| [cicd_repositories](outputs.tf#L171) | WIF configuration for CI/CD repositories. | | | +| [dataplatform](outputs.tf#L185) | Data for the Data Platform stage. | | | +| [gke_multitenant](outputs.tf#L257) | Data for the GKE multitenant stage. | | 03-gke-multitenant | +| [networking](outputs.tf#L201) | Data for the networking stage. | | | +| [project_factories](outputs.tf#L210) | Data for the project factories stage. | | | +| [providers](outputs.tf#L226) | Terraform provider files for this stage and dependent stages. | ✓ | 02-networking · 02-security · 03-dataplatform · xx-sandbox · xx-teams | +| [sandbox](outputs.tf#L233) | Data for the sandbox stage. | | xx-sandbox | +| [security](outputs.tf#L247) | Data for the networking stage. | | 02-security | +| [teams](outputs.tf#L278) | Data for the teams stage. | | | +| [tfvars](outputs.tf#L291) | Terraform variable files for the following stages. | ✓ | | diff --git a/fast/stages/02-networking-nva/README.md b/fast/stages/02-networking-nva/README.md index b290880d..dbf04a76 100644 --- a/fast/stages/02-networking-nva/README.md +++ b/fast/stages/02-networking-nva/README.md @@ -378,7 +378,7 @@ DNS configurations are centralised in the `dns-*.tf` files. Spokes delegate DNS | [outputs_location](variables.tf#L125) | Path where providers and tfvars files for the following stages are written. Leave empty to disable. | string | | null | | | [psa_ranges](variables.tf#L142) | IP ranges used for Private Service Access (e.g. CloudSQL). | object({…}) | | null | | | [router_configs](variables.tf#L183) | Configurations for CRs and onprem routers. | map(object({…})) | | {…} | | -| [service_accounts](variables.tf#L206) | Automation service accounts in name => email format. | object({…}) | | null | 01-resman | +| [service_accounts](variables.tf#L206) | Automation service accounts in name => email format. | object({…}) | | null | 01-resman | | [vpn_onprem_configs](variables.tf#L220) | VPN gateway configuration for onprem interconnection. | map(object({…})) | | {…} | | ## Outputs diff --git a/fast/stages/02-networking-peering/README.md b/fast/stages/02-networking-peering/README.md index ae2ddf17..351af478 100644 --- a/fast/stages/02-networking-peering/README.md +++ b/fast/stages/02-networking-peering/README.md @@ -302,7 +302,7 @@ DNS configurations are centralised in the `dns-*.tf` files. Spokes delegate DNS | [peering_configs](variables-peerings.tf#L19) | Peering configurations. | map(object({…})) | | {…} | | | [psa_ranges](variables.tf#L129) | IP ranges used for Private Service Access (e.g. CloudSQL). | object({…}) | | null | | | [router_onprem_configs](variables.tf#L166) | Configurations for routers used for onprem connectivity. | map(object({…})) | | {…} | | -| [service_accounts](variables.tf#L184) | Automation service accounts in name => email format. | object({…}) | | null | 01-resman | +| [service_accounts](variables.tf#L184) | Automation service accounts in name => email format. | object({…}) | | null | 01-resman | | [vpn_onprem_configs](variables.tf#L198) | VPN gateway configuration for onprem interconnection. | map(object({…})) | | {…} | | ## Outputs diff --git a/fast/stages/02-networking-vpn/README.md b/fast/stages/02-networking-vpn/README.md index 32b144f4..36cfc7e9 100644 --- a/fast/stages/02-networking-vpn/README.md +++ b/fast/stages/02-networking-vpn/README.md @@ -327,7 +327,7 @@ DNS configurations are centralised in the `dns-*.tf` files. Spokes delegate DNS | [psa_ranges](variables.tf#L129) | IP ranges used for Private Service Access (e.g. CloudSQL). | object({…}) | | null | | | [router_onprem_configs](variables.tf#L166) | Configurations for routers used for onprem connectivity. | map(object({…})) | | {…} | | | [router_spoke_configs](variables-vpn.tf#L18) | Configurations for routers used for internal connectivity. | map(object({…})) | | {…} | | -| [service_accounts](variables.tf#L184) | Automation service accounts in name => email format. | object({…}) | | null | 01-resman | +| [service_accounts](variables.tf#L184) | Automation service accounts in name => email format. | object({…}) | | null | 01-resman | | [vpn_onprem_configs](variables.tf#L198) | VPN gateway configuration for onprem interconnection. | map(object({…})) | | {…} | | | [vpn_spoke_configs](variables-vpn.tf#L37) | VPN gateway configuration for spokes. | map(object({…})) | | {…} | |