You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╷
│ Error: waiting for creation of Private DNS Zone Group "azuremonitor-pep-zone-group"for Private Endpoint (Subscription: ""
│ Resource Group Name: ""
│ Private Endpoint Name: "azuremonitor-pep"): Code="InternalServerError" Message="An error occurred." Details=[]
│
│ with azurerm_private_endpoint.this,
│ on main.tf line 466, in resource "azurerm_private_endpoint""this":
│ 466: resource "azurerm_private_endpoint""this" {
│
╵
##[error]Error: The process '/agent/_work/_tool/terraform/1.8.3/x64/terraform' failed with exit code 1
Expected Behaviour
Deploy a private endpoint and give succesfull deployment
Actual Behaviour
The private endpoint is deployed and does work, but the pipeline gives the following error:
╷
│ Error: waiting for creation of Private DNS Zone Group "azuremonitor-pep-zone-group" for Private Endpoint (Subscription: ""
│ Resource Group Name: ""
│ Private Endpoint Name: "azuremonitor-pep"): Code="InternalServerError" Message="An error occurred." Details=[]
│
│ with azurerm_private_endpoint.this,
│ on main.tf line 466, in resource "azurerm_private_endpoint" "this":
│ 466: resource "azurerm_private_endpoint" "this" {
│
╵
##[error]Error: The process '/agent/_work/_tool/terraform/1.8.3/x64/terraform' failed with exit code 1
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Terraform Version
1.8.3
AzureRM Provider Version
3.104.0
Affected Resource(s)/Data Source(s)
azurerm_private_endpoint
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Deploy a private endpoint and give succesfull deployment
Actual Behaviour
The private endpoint is deployed and does work, but the pipeline gives the following error:
╷
│ Error: waiting for creation of Private DNS Zone Group "azuremonitor-pep-zone-group" for Private Endpoint (Subscription: ""
│ Resource Group Name: ""
│ Private Endpoint Name: "azuremonitor-pep"): Code="InternalServerError" Message="An error occurred." Details=[]
│
│ with azurerm_private_endpoint.this,
│ on main.tf line 466, in resource "azurerm_private_endpoint" "this":
│ 466: resource "azurerm_private_endpoint" "this" {
│
╵
##[error]Error: The process '/agent/_work/_tool/terraform/1.8.3/x64/terraform' failed with exit code 1
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: