Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fdmsantos opened this issue Sep 28, 2023 · 1 comment

Comments

@fdmsantos
Copy link
Contributor

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
Copy link
Contributor Author

Related with 23414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant