@ned1313 I followed your demo and created the pipeline.
1 issue : when running pipeline while vnet-peering.tf is present, I get authorization error as it seems that the role cant be created even that my user has all privileges.
2 issue : when pipeline runs successfully, development-security resource group is created but running the pipeline for a 2nd time it fails right way in the plan: it says RG exisits. So how this is related to idempotent principles? I should always delete the RG before rerunning the pipeline. How this manual task be avoided in the terraform tasks?
3rd issue, even when pipeline is run correctly (without the peering.tf), I visit the storage account I dont see terraform.tfstate.development, I only have 1 file terraform.tfstate when I ran another app from VSC. What is strange is that I have no errors in the pipeline so I am not sure where those files terraform.tfstate.development, is created
Thanks for your help
@ned1313 I followed your demo and created the pipeline.
1 issue : when running pipeline while vnet-peering.tf is present, I get authorization error as it seems that the role cant be created even that my user has all privileges.
2 issue : when pipeline runs successfully, development-security resource group is created but running the pipeline for a 2nd time it fails right way in the plan: it says RG exisits. So how this is related to idempotent principles? I should always delete the RG before rerunning the pipeline. How this manual task be avoided in the terraform tasks?
3rd issue, even when pipeline is run correctly (without the peering.tf), I visit the storage account I dont see terraform.tfstate.development, I only have 1 file terraform.tfstate when I ran another app from VSC. What is strange is that I have no errors in the pipeline so I am not sure where those files terraform.tfstate.development, is created
Thanks for your help