mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
230 stars 167 forks source link

fix: Handles resource deletion in ReadResource #2268

Closed EspenAlbert closed 1 month ago

EspenAlbert commented 1 month ago

Description

Handles resource deletion in ReadResource. Terraform informs you about the resource deleted outside of Terraform, and the plan will re-create the resource

Link to any related issue(s): CLOUDP-248670

Type of change:

Required Checklist:

Further comments

github-actions[bot] commented 1 month ago

This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!

github-actions[bot] commented 1 month ago

APIx bot: a message has been sent to Docs Slack channel

EspenAlbert commented 1 month ago

Only OUT_OF_CAPACITY failure in the test so merging