Issue with CDKTF Deployment of Azure Infrastructure in Azure DevOps Pipeline
I'm encountering an issue while trying to deploy Azure infrastructure using CDKTF (azurerm provider) within an Azure DevOps pipeline. Here's a simplified version of the code I'm using: //code setup... class MyStack extends TerraformStack { constructor(scope: Construct, id: string, env:…