Remove resman mentions from FAST files (#3709)

* wip

* nuke resman mentions
This commit is contained in:
Ludovico Magnocavallo
2026-02-07 11:56:10 +01:00
committed by GitHub
parent fda89827a2
commit 439fc4ad3c
15 changed files with 36 additions and 209 deletions

View File

@@ -64,7 +64,7 @@ The preconfigured provider file uses impersonation to run with this stage's auto
Variables in this stage -- like most other FAST stages -- are broadly divided into three separate sets:
- variables which refer to global values for the whole organization (org id, billing account id, prefix, etc.), which are pre-populated via the `0-globals.auto.tfvars.json` file linked or copied above
- variables which refer to resources managed by previous stages, which are prepopulated here via the `0-org-setup.auto.tfvars.json`, `1-resman.auto.tfvars.json` and `2-networking.auto.tfvars.json` files linked or copied above
- variables which refer to resources managed by previous stages, which are prepopulated here via the `0-org-setup.auto.tfvars.json`, `2-networking.auto.tfvars.json` files linked or copied above
- and finally variables that optionally control this stage's behaviour and customizations, and can to be set in a custom `terraform.tfvars` file
The first two sets are defined in the `variables-fast.tf` file, the latter set in the `variables.tf` file. The full list of variables can be found in the [Variables](#variables) table at the bottom of this document.