How to create client secret for Azure Service Principal using Terraform
I am fairly new in Azure and Terraform, and am trying to create a secret client for Azure Service Principal using Terraform. I am unable to figure this out. This is what I have right now: provider "azuread" { version = "=0.7.0" client_id = var.aws_client_id subscription_id = var.aws_subscription_id tenant_id = var.aws_tenant_id client_secret = var.aws_client