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
Remote Clusters are a fixed list inside the ec_deployment resource. This list always needs to be provided in total, which makes it impossible to dynamically add and remove remote clusters from other places/modules in the Terraform project.
Possible Implementation
Remote Clusters should be added as their own resource type, for example similar to this:
Overview
Remote Clusters are a fixed list inside the
ec_deployment
resource. This list always needs to be provided in total, which makes it impossible to dynamically add and remove remote clusters from other places/modules in the Terraform project.Possible Implementation
Remote Clusters should be added as their own resource type, for example similar to this:
Context
This blocks the usage of the Elastic Cloud Terraform provider and requires to change the configuration tool, which should be avoided
Your Environment
The text was updated successfully, but these errors were encountered: