We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The mapping for the is_write_index property is spelt incorrectly.
located: https://github.com./elastic/terraform-provider-elasticstack/blob/465c336e59950a781a59e9b03b77bf1d6e9a5a81/internal/models/models.go#:~:text=IsWriteIndex%20%20bool%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60json%3A%22-,is_wtite_index,-%2Comitempty%22%60
To Reproduce
resource "elasticstack_elasticsearch_index" "my_index" { name = "my_index" alias { name = "my_alias" is_hidden = true } } }
Expected behavior An index is created with an assigned alias
Screenshots
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
hey @mikeclearbank thanks for the bug report!
I will address this right away
Sorry, something went wrong.
PR is up #79 and will be merged as soon as CI pass
New version of the provider was released v0.3.1
olksdr
Successfully merging a pull request may close this issue.
Describe the bug
The mapping for the is_write_index property is spelt incorrectly.
located:
https://github.com./elastic/terraform-provider-elasticstack/blob/465c336e59950a781a59e9b03b77bf1d6e9a5a81/internal/models/models.go#:~:text=IsWriteIndex%20%20bool%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60json%3A%22-,is_wtite_index,-%2Comitempty%22%60
To Reproduce
Expected behavior
An index is created with an assigned alias
Screenshots

Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: