-
Notifications
You must be signed in to change notification settings - Fork 89
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
Provider produced inconsistent result after apply for ec_deployment and ec_deployment_traffic_filter_association #656
Comments
I'm getting this too. :-/ Log available here: |
Same error, but I'm not even attempting to create a traffic filter. |
I found a potential workaround. Ignoring changes to the traffic_filter attribute on the ec_deployment allowed me to apply without errors. Here is the resource with the ignore block at the bottom:
|
This did not work in my situation, possibly because I'm not defining my traffic filters in terraform yet. |
Didn't work for me either:
Regarding...
This isn't a good workaround for us as we want to track and apply the traffic filters. Is there anyone from the provider developer community active on these boards? Or is plugin unsupported? |
Just so it's clear, I am still applying a traffic filter with my workaround. I am using the separate ec_deployment_traffic_filter_association resource to apply the traffic_filter and not the attribute on the ec_deployment. |
Ah ok, thanks for the clarification - this is all quite new to me. |
Readiness Checklist
Expected Behavior
Terraform apply should return success.
Current Behavior
Error after applying. Resources get created but result is an error.
## Terraform definition
Steps to Reproduce
Context
Possible Solution
Your Environment
Terraform v1.4.6
on linux_amd64
provider registry.terraform.io/elastic/ec v0.7.0
provider registry.terraform.io/hashicorp/aws v4.62.0
provider registry.terraform.io/hashicorp/external v2.3.1
The text was updated successfully, but these errors were encountered: