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

volterra_http_loadbalancer - DeleteResource: service_policy cannot be deleted as it is in the active service policy list for http_loadbalancer #248

Open
eissko opened this issue May 4, 2024 · 0 comments

Comments

@eissko
Copy link

eissko commented May 4, 2024

Terraform apply fails when there is destroy of service policy. The volterra provider is not able to handle dependency. The provider doesn't know that first needs to remove "service policy" from "active service policy" and then delete the "service policy".
Even though that "active_service_policies" contains reference to "volterra_service_policy" in it's definition as shown below:

 active_service_policies {
      policies {
        name = volterra_service_policy.service_policy_custom_rule[0].name
        namespace = var.volt_namespace_name
      }
  }
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