Open
Description
If oss_collection_name
value is changed - terraform plan
produce following error:
╷
│ Error: HEAD healthcheck failed: This is usually due to network or permission issues. The underlying error isn't accessible, please debug by disabling healthchecks.
│
│ with module.agent.opensearch_index.default_oss_index,
│ on ../../main.tf line 142, in resource "opensearch_index" "default_oss_index":
│ 142: resource "opensearch_index" "default_oss_index" {
│
╵
At the same time healthcheck = false
is set.
Related to opensearch-project/terraform-provider-opensearch#220 in underlying provider.