Henry Xu
Henry Xu
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
#### Terraform Cloud/Enterprise version v202205-01 #### Terraform version ```plaintext 1.1.9 ``` #### Terraform Configuration Files ```terraform ... ``` #### Debug Output ```plaintext ... ``` #### Expected Behavior When a tag...
### Terraform Version ```shell 1.3.3 ``` ### Terraform Configuration Files We are using Terraform Enterprise `v202205-1` to manage our Azure environment. After changing workspaces to use terraform `v1.3.3` from `v1.1.9`,...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported ### GitVersion package AzureDevops task...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported ### GitVersion package AzureDevops task...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
[ISSUE] How to Authenticate with OpenID Connect via Azure Service Principal and Terraform Enterprise
### Configuration ```hcl # Copy-paste your Terraform configuration here provider "azuread" {} provider "azapi" {} provider "azurerm" { features {} } provider "databricks" { host = format("https://%s", azurerm_databricks_workspace.default.workspace_url) # azure_client_secret...