caf-terraform-landingzones
caf-terraform-landingzones copied to clipboard
Azure Terraform SRE framework
Hi, using latest version 5.6.8 we are starting from scratch to ignite a complete greenfield environment. We started using the [caf-terraform-landingzones-platform-starter](https://github.com/Azure/caf-terraform-landingzones-platform-starter/tree/main) repo as starting point and follow the getting started...
**Is your feature request related to a problem? Please describe.** Hello guys, We used CAF but for some tasks we need to support cross-tenant, e.g. for creating cross-tenant DNS records/Private...
**Describe the bug** Unable to run plan with a service principle. I get the following error: Error: No service principal found for application ID: "04b07795-8ddb-461a-bbee-02f9e1bf7b46" │ │ with module.launchpad.data.azuread_service_principal.logged_in_app[0], │...
**Describe the bug** I am unable to add the resources map_accounts because they are missing in landingzone.tf on branch int-5.7.0 **To Reproduce** Steps to reproduce the behavior: Add new configuration...
# Issue-ID: [447](https://github.com/Azure/caf-terraform-landingzones/issues/447) ## PR Checklist --- - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ]...
# [Issue-482](https://github.com/Azure/caf-terraform-landingzones/issues/482) ## PR Checklist --- - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All...
**Is your feature request related to a problem? Please describe.** Currently, it is not possible to define a static IP-address for private endpoints by defining the ip_configuration block, which is...
I need to run CAF terraform landing zone for my production environment & testing the given script however unable to run & getting below error while running. If the steps...
**Describe the bug** I am unable to add the following resources because they are missing in local.networking.tf and variables.networking.tf - lb_nat_pool - lb_nat_rule - lb_outbound_rule - lb_probe - lb_rule **To...
…_settings within the merge function - when reading global_settings the current landingzone global_settings block should be given preference. Since a merge function is used, the order of items in the...