eliassal
eliassal
Same thing is happening for the 2nd example "create-for-rbac", so many errors when running TF VALIDATE as follows: ``` 2025-08-13T15:58:28.244+0200 [ERROR] vertex "azuread_application_password.example" error: Missing required argument 2025-08-13T15:58:28.244+0200 [ERROR] vertex...
@nbaju1 , yes it would be a good idea to update the examples as for beginners it is difficult to follow if your examples do not work. I browsed the...
So many Thanks @ned1313. I will download the new updated repo. The service connection is created with a user that has contributor role on the subscription, so I should think...
Also, can you please explain in plain english how this function works, I am a little bit confused as I am new to this principle of template in TF ```...
So many thanks @ned1313 , I really appreciate your help. I followed almost all your tips, now while I am trying to rerun the modules from the begining, I am...
Hello @ned1313 , I finally resolved the last issue concerning the process getting stuck on azurerm_role_assignment.vnet: Still creating... [00m10s elapsed]. I replaced client_id in main.tf in module "2-sec-vnet", by principal_id...
@ned1313, old pipeline now works fine after some updates of service principals. However, I added ARM_SAS_TOKEN: $(sas_token) as you suggest in your updted pipeline but it did still terraform.tfstate-dev nor...
Hi @jason-bivins jason I did so many times but it always crashed, however, after reading your response, I checked the service, it was not running. I started it then did...