Skip to content

Opensearch index resource cannot be recreated #6

Open
@snovikov

Description

@snovikov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions