Restricting Azure Service Principal Access to Resources with Specific Naming Conventions
I have created a Service Principal to perform CI/CD using Terraform and GitHub Workflows. I am initially provisioning the infrastructure with Terraform, and I’m also using Terraform to make changes to my deployment. My challenge is that I want to…