Closed cedrox closed 3 years ago
hi @cedrox your problem feels like you are customizing the region in global_settings
(configuration.tfvars
file:
regions = {
region1 = "westeurope"
region2 = "northeurope"
}
but you might be missing the change the region as well in the diagnostics_destinations.tfvars
storage = {
all_regions = {
westeurope= {
storage_account_key = "diagsiem_region1"
}
northeurope= {
storage_account_key = "diagsiem_region2"
}
}
}
let me know if thats helps
Much better :) Thanks a lot Arnaud.
Describe the bug I have an error when I try to instantiate version pipelines in sandpit folder
configuration/sandpit/pipelines/README-pipelines.md
When
To Reproduce environment=sandpit
rover -lz /tf/caf/public/landingzones/caf_launchpad \ -var-folder /tf/caf/configuration/${environment}/level0/launchpad \ -parallelism 30 \ -level level0 \ -env ${environment} \ -launchpad \ -a apply
Expected behavior Create the launchpad
Screenshots
Terraform returned errors:
Environment (please complete the following information): Rover January 2021 Version of caf-terraform-landingzones-starter
Additional context Tenant with restriction