diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 73a1790fd..1ad867252 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -51,11 +51,6 @@ jobs: az storage container create \ --name tfstate \ --account-name tfstatestorageaccount25 - - az ad sp create-for-rbac \ - --name "terraform-github-actions" \ - --role Contributor \ - --scopes /subscriptions/${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Terraform Init run: |