Redevaerk / terraform-azurerm-bot-service

Deploy Azure Bot Service effortlessly with this Terraform module.
https://registry.terraform.io/modules/Redevaerk/bot-service/azurerm/latest
Other
2 stars 2 forks source link

Error When associate Application Security Group to Bot Private Endpoint #3

Open fdmsantos opened 11 months ago

fdmsantos commented 11 months ago

Debug Output/Panic Output

╷
│ Error: creating Private Endpoint (Subscription: "76a74f3e-8631-4336-8d9e-3d8416163c4a"
│ Resource Group Name: "bot"
│ Private Endpoint Name: "BotEndpoint"): polling after CreateOrUpdate: polling failed
│ 
│   with azurerm_private_endpoint_application_security_group_association.this["BotEndpoint"],
│   on ../../main.tf line 67, in resource "azurerm_private_endpoint_application_security_group_association" "this":
│   67: resource "azurerm_private_endpoint_application_security_group_association" "this" {
│ 
│ creating Private Endpoint (Subscription: ""
│ Resource Group Name: "bot"
│ Private Endpoint Name: "BotEndpoint"): polling after CreateOrUpdate: polling failed
╵

Expected Behaviour

Application Security Group created and associated to private endpoint without errors.

Actual Behaviour

The Application Security Group is created and it's associated to private endpoint (This is private endpoint for bot Service), but the terraform gives that error (The work was done). When try again, i got error saying the association already exists (it's true)

fdmsantos commented 11 months ago

Related with 23414