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
Trying to import existing deployments to upgrade the provider from v0.5 to v0.8 now that our previous issue blocking the upgrade is fixed: #599.
In the terraform state, I am seeing:
"trust_account": null,
"trust_external": null,
I tried to specify empty lists or set to both and it still give us the same behavior. Changing the values in the state does not solve it either. We are unable to get a drift-less plan.
Possible Solution
Because of this we can't upgrade to 0.8+ and need to stick with v0.5.1.
Your Environment
Terraform v1.5.4
on darwin_arm64
+ provider registry.terraform.io/elastic/ec v0.8.0
The text was updated successfully, but these errors were encountered:
Readiness Checklist
Expected Behavior
I'm expecting a clean plan after a simple imported deployement:
Current Behavior
When I terraform plan/apply, I get:
## Terraform definition
Steps to Reproduce
terraform import ec_deployment.percolate_cs f18b28c9f9db4f40ac4078be249e6e41
terraform apply
terraform apply
Context
Trying to import existing deployments to upgrade the provider from v0.5 to v0.8 now that our previous issue blocking the upgrade is fixed: #599.
In the terraform state, I am seeing:
I tried to specify empty lists or set to both and it still give us the same behavior. Changing the values in the state does not solve it either. We are unable to get a drift-less plan.
Possible Solution
Because of this we can't upgrade to 0.8+ and need to stick with v0.5.1.
Your Environment
The text was updated successfully, but these errors were encountered: