-
Notifications
You must be signed in to change notification settings - Fork 94
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
[Bug] Cannot create index with number_of_replicas=0 #238
Comments
The root cause would be that terraform-provider-elasticstack/internal/utils/utils.go Lines 148 to 163 in c5e4095
Workaround would be
|
Thank you for your reply! |
I ran into this recently - not sure why this bug is closed since it isn't fixed? |
I'm seeing this problem with the new version of everything |
Requires #214 |
Describe the bug
I've tried to create an index with the parameter
number_of_replicas=0
, but in an elasticsearch instance, I've got an index withnumber_of_replicas=1
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The created index should have
index.number_of_replicas = 0
instead ofindex.number_of_replicas = 0
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: