seal-io / walrus

Walrus is an open-source application management platform based on IaC tools including OpenTofu, Terraform and others. It helps platform engineers build golden paths for developers and empowers developers with self-service capabilities.
Apache License 2.0
430 stars 44 forks source link

Component status of cloud resources does not update after deleting the resource in the console #747

Open Finenyaco opened 1 year ago

Finenyaco commented 1 year ago

Version: main
UI: dev-6168160 Commit ID: 2123c63e14cb8461eb00fc5a594999b5bc82483d Env: MacOS 13.1, Apple M2

Test Steps:

  1. Deploy an aliyun rds instance github.com/Finenyaco/modules_test//alicloud/aliyun-rds.
  2. Delete the rds in aliyun console.
  3. Check the status of alicloud_db_instance resource.

Test Result:

  1. The status of alicloud_db_instance is empty. image
image

Expected Result:

  1. Display something like ResourceNotFound.
Finenyaco commented 7 months ago

Environment

Test Result:

The component's status does not update after deleting the resource in the console.

image image