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
while creating CSS cluster "opentelekomcloud_css_cluster_v1" using terraform by default the parameter "AUTO_CREATE_INDEX" in Elasticsearch gets set to false, due to which our subsequent resources fails as index creation fails.
In documentation i didn't find any argument to set that to true via terraform , so in every new cluster creation we need to set the parameter manually and again restart the apply.
it would be really helpful if one argument can be added to provider to manage this config via terraform itself.
Please let me now if any further information is required .
The text was updated successfully, but these errors were encountered:
[Feat] New resource opentelekomcloud_css_configuration_v1
Summary of the Pull Request
Resource for changing cluster configurations
PR Checklist
Refers to: #2789
Tests added/passed.
Documentation updated.
Schema updated.
Release notes added.
Acceptance Steps Performed
=== RUN TestAccCssConfiguration_basic
=== PAUSE TestAccCssConfiguration_basic
=== CONT TestAccCssConfiguration_basic
--- PASS: TestAccCssConfiguration_basic (210.78s)
PASS
Process finished with the exit code 0
Reviewed-by: Muneeb H. Jan <[email protected]>
[Feat.] New resource `opentelekomcloud_css_cluster_restart_v1`
Summary of the Pull Request
For restarting existing cluster
PR Checklist
Refers to: #2789
Tests added/passed.
Documentation updated.
Schema updated.
Release notes added.
Acceptance Steps Performed
=== RUN TestAccCssClusterRestart_basic
=== PAUSE TestAccCssClusterRestart_basic
=== CONT TestAccCssClusterRestart_basic
testing_new.go:84: Error running post-test destroy, there may be dangling resources: failed to destroy the opentelekomcloud_css_cluster_restart_v1 resource: ddff60c3-6102-41cf-98b7-d87ea6e78ced still exists
--- PASS: TestAccCssClusterRestart_basic (60.44s)
PASS
Process finished with exit code 0
Reviewed-by: Aloento
Reviewed-by: Artem Lifshits
while creating CSS cluster "opentelekomcloud_css_cluster_v1" using terraform by default the parameter "AUTO_CREATE_INDEX" in Elasticsearch gets set to false, due to which our subsequent resources fails as index creation fails.
In documentation i didn't find any argument to set that to true via terraform , so in every new cluster creation we need to set the parameter manually and again restart the apply.
it would be really helpful if one argument can be added to provider to manage this config via terraform itself.
Please let me now if any further information is required .
The text was updated successfully, but these errors were encountered: