Arnaud Lheureux

Results 47 comments of Arnaud Lheureux

Planned to be fixed in module 5.6.0 as you can see there https://github.com/aztfmod/terraform-azurerm-caf/issues/968 you can switch to module branch AL-azurerm2931 if you really cant wait to test it. It will...

Yes @brk3 for now it is only in caf_example for incubation but it will be in caf_solution as well. Now onwards, we are going to create integration branches typically ```integration-2204```...

hi Xavier, maybe this will help a little bit to answer some of your questions, I will come back later on the others: - [Introducing Azure landing zones on Terraform](https://info.microsoft.com/AP-AzureINFRA-WBNR-FY21-07Jul-02-AzureWebinarAzurelandingzonesintroductionupdate-SRDEM31387_LP02OnDemandRegistration-ForminBody.html)...

You are correct @arne21a - we are reworking that part to automate further the pipelines creation, but in the meantime, yeah the docs are not correct.

Thanks for raising the issue @hyperfocus1337 - the main reason is the lack of time for testing and making sure there are regression involved by the changes. Ie: all created...

hi @nusrath432 - You might want to add ```export ARM_USE_MSAL=false``` before the rover command. This is set by default on new rover and helps here

hi @teo-ma, folder is now called ```examples``` instead of ```caf_example``` so your rover command should be something like that: ``` rover -lz /tf/caf/examples -var-folder /tf/caf/examples/ -a plan|apply ``` or you...

thanks for your contribution @Lightning318!

hi @hriaz I dont see it implemented in the azurerm provider yet, so we will have to wait before it can be included. https://github.com/terraform-providers/terraform-provider-azurerm here is the issue: https://github.com/terraform-providers/terraform-provider-azurerm/issues/11503