Managing ghost assets

A ghost is an asset that has an IaC stack, but the asset is not activated. Manage your ghost assets by either deleting the IaC stack or reactivating the asset.

Begin you begin

  • Verify that your version control system is integrated with Firefly.

Procedure

  1. To delete the asset code, select the IaC tab, and select Remove asset code.

  2. Select Create Pull Request.

  3. Go to GitHub, and select Review changes.

  4. In the Finish your review window, Comment, Approve, or Request changes, and select Submit review.

  5. To revive the asset, use the command: terraform apply -target "resource_type.resource_name"

Last updated