-
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
Unable to upgrade cluster version due to APM issue #873
Comments
@tobio Can you please check on this issue!! I see in documentation its deprecated - https://registry.terraform.io/providers/elastic/ec/0.5.1/docs/resources/ec_deployment apm DEPRECATED (Optional) APM instance definition, can only be specified once. It should only be used with deployments with a version prior to 8.0.0. Does that means we need to remove it from our config and removing it will cause any issues on the cluster? Also we are using gcp-io-optimized for deployment_template_id is that causing this issue? |
Nope, continuing to use APM won't cause issues with you deployment. APM has been essentially replaced by the
Looking at the error, I believe this is causing the issue. I'd expect migrating to a current deployment template will rectify the problem for you. Changing the deployment template may cause changes to the allocated CPU/storage resources, and the hourly cost. You can view the potential changes in the Cloud console, however we don't surface this data in the provider at the moment. Hit the Then when you select a new hardware profile, you'll see a breakdown of any changes that apply: You can just change the If there continues to be issues, or you'd like us to look at your deployment specifically then reach out to Support either through the Cloud Console or via [email protected] and we can work through the steps. |
Thanks @tobio |
Readiness Checklist
Expected Behavior
Terraform apply should return success.
Current Behavior
Trying to update Elastic Cluster from 7.17.6 to 7.17.24 and am seeing issues with apm, below is the Terraform error
## Terraform definition
We are not specifying anything for APM and directly reading what provider offers
example
Context
Possible Solution
Need to apply TF changes without any issues when there is no change in TF version or elastic version
Your Environment
The text was updated successfully, but these errors were encountered: