terraform-provider-aws icon indicating copy to clipboard operation
terraform-provider-aws copied to clipboard

AWS OpenSearch terraform provider should notice in the planning phase when a blue-green deployment is required

Open barthel opened this issue 2 years ago • 4 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

AWS provides a API to determine whether a change will cause a OpenSearch domain blue/green deployment. https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html#dryrun

The AWS OpenSearch terraform provider should notice in the planning phase when a blue-green deployment is required.

New or Affected Resource(s)

  • aws_elasticsearch_domain
  • aws_opensearch_domain

Potential Terraform Configuration

References

  • https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html

barthel avatar Sep 13 '22 10:09 barthel