Open ashishoplinux opened 2 years ago
You need to point to correct and actual state file. Default is pointing and relying to non existent to obtain regions.
For example: landingzone = { backend_type = "azurerm" global_settings_key = "caf_foundations" level = "level2" key = "networking_hub" tfstates = { caf_foundations = { level = "lower" tfstate = "caf_foundations.tfstate" } } }
Changed to:
landingzone = { backend_type = "azurerm" global_settings_key = "management" level = "level2" key = "networking_hub" tfstates = { management = { tfstate = "management.tfstate" workspace = "tfstate" level = "lower" } } }
Describe the bug Hi Team, facing error when deploying level2 single region hub. seems like a bug , I am using main branch here to deploy
To Reproduce Command used -
rover -lz /tf/caf/landingzones/caf_solution -level level2 -var-folder /tf/caf/landingzones/caf_solution/scenario/networking/200-single-region-hub -env test -a plan
Please help with this concern.
Also please let us know if main branch or which branch is bug free and ready to use for customer?