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
In the ressource flexibleengine_css_cluster, it seems that we can't configure cluster snapshot as in the huaweicloud_css_cluster, because it's missing the arguments that we can configure in FE web interface.
Problem
In the ressource
flexibleengine_css_cluster
, it seems that we can't configure cluster snapshot as in thehuaweicloud_css_cluster
, because it's missing the arguments that we can configure in FE web interface.https://github.com/FlexibleEngineCloud/terraform-provider-flexibleengine/blob/master/flexibleengine/resource_flexibleengine_css_cluster_v1.go#L143-L162
https://github.com/huaweicloud/terraform-provider-huaweicloud/blob/master/huaweicloud/services/css/resource_huaweicloud_css_cluster.go#L190-L206
Kibana public access configuration is not possible in FE but in huaweicloud it's possible.
https://github.com/huaweicloud/terraform-provider-huaweicloud/blob/master/huaweicloud/services/css/resource_huaweicloud_css_cluster.go#L261-L289
It seems also that node_config is deprecated on huaweicloud so it could be good to implement is replacement ess_node_config in FE
The text was updated successfully, but these errors were encountered: