Skip to content

[Enhancement]: Allow to target Opensearch application (Dashboard) with aws_opensearch_authorize_vpc_endpoint_access #41879

@tetienne

Description

@tetienne

Description

Currently, aws_opensearch_authorize_vpc_endpoint_access can only target an AWS account, but from the CLI or the Console we can now target also the OpenSearch application (Dashboard)

Image

Affected Resource(s) and/or Data Source(s)

  • aws_opensearch_authorize_vpc_endpoint_access

Potential Terraform Configuration

resource "aws_opensearch_authorize_vpc_endpoint_access" "test" {
  domain_name = aws_opensearch_domain.test.domain_name
  service     = "application.opensearchservice.amazonaws.com"
}

References

Would you like to implement a fix?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/opensearchIssues and PRs that pertain to the opensearch service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions