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
I checked to make sure that this issue has not already been filed
I am reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
Deployment is managed by terraform and during creation I got an ML node which has a cost I did not expect
There is a cost that I never setup and I did not receive any notification about it.
ML
Memory 4 GB
Hourly rate $0.2760
I try to remove it using terraform, but I find this error
Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.elastic_cloud.ec_deployment.deployment,
│ provider
│ "module.elastic_cloud.provider[\"[registry.terraform.io/elastic/ec](https://registry.terraform.io/elastic/ec)\"]"
│ produced an unexpected new value: .[elasticsearch.ml](https://elasticsearch.ml/): was null, but now
│ cty.ObjectVal(map[string]cty.Value{"autoscaling":cty.ObjectVal(map[string]cty.Value{"autoscale":cty.NullVal(cty.Bool),
│ "max_size":cty.StringVal("64g"),
│ "max_size_resource":cty.StringVal("memory"),
│ "min_size":cty.StringVal("0g"),
│ "min_size_resource":cty.StringVal("memory"),
│ "policy_override_json":cty.NullVal(cty.String)}),
│ "instance_configuration_id":cty.StringVal("aws.es.ml.c5d"),
│ "instance_configuration_version":cty.NumberIntVal(1),
│ "latest_instance_configuration_id":cty.StringVal("aws.es.ml.c5d"),
│ "latest_instance_configuration_version":cty.NumberIntVal(1),
│ "node_roles":cty.SetVal([]cty.Value{cty.StringVal("ml"),
│ cty.StringVal("remote_cluster_client")}),
│ "node_type_data":cty.NullVal(cty.String),
│ "node_type_ingest":cty.NullVal(cty.String),
│ "node_type_master":cty.NullVal(cty.String),
│ "node_type_ml":cty.NullVal(cty.String), "size":cty.StringVal("4g"),
│ "size_resource":cty.StringVal("memory"),
│ "zone_count":cty.NumberIntVal(1)}).
│
│ This is a bug in the provider, which should be reported in the provider's
Readiness Checklist
Expected Behavior
Deployment is managed by terraform and during creation I got an ML node which has a cost I did not expect
There is a cost that I never setup and I did not receive any notification about it.
ML
Memory 4 GB
Hourly rate $0.2760
I try to remove it using terraform, but I find this error
Current Behavior
## Terraform definition
Steps to Reproduce
Context
Possible Solution
Your Environment
The text was updated successfully, but these errors were encountered: