teardown

Tear down hackathon infrastructure with Terraform destroy and verify removal.

2|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/nf-core/hackathon-infra --skill teardown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teardown
Source: https://github.com/nf-core/hackathon-infra/tree/main/.claude/skills/teardown
Command: npx skills add https://github.com/nf-core/hackathon-infra --skill teardown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely tear down hackathon infrastructure after an event, ensuring complete removal and a clean state for future deployments.

Core Features & Use Cases

  • Terraform destroy with state validation to ensure resources are removed
  • Manual cleanup steps for credentials, IAM roles, and residual assets
  • Post-teardown verification to confirm no resources remain

Quick Start

Tear down all hackathon infrastructure using Terraform destroy and verify complete removal.

Frequently Asked Questions about teardown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I tear down AWS hackathon infrastructure using Terraform?

Tear down AWS hackathon infrastructure by running Terraform destroy with state health checks to ensure all resources are removed. Post-cleanup verification commands confirm no residual assets remain.

What is the best way to clean up failed hackathon deployments on AWS?

The best way to clean up failed hackathon deployments is to use automated teardown processes that apply Terraform destroy alongside optional manual cleanup scripts for credentials and IAM roles.

How does Terraform destroy state validation work during infrastructure teardown?

Terraform destroy state validation works by checking the Terraform state health before removing infrastructure, ensuring that resources are accurately tracked and completely deleted during the teardown process.

Can I remove residual IAM roles and credentials after tearing down hackathon infrastructure?

Yes, you can remove residual IAM roles and credentials. The teardown process includes optional manual cleanup steps specifically designed to eliminate leftover security assets and credentials.

How do I verify no resources remain after tearing down hackathon infrastructure?

Verify no resources remain by running post-teardown verification commands. These checks confirm the complete removal of infrastructure and guarantee a clean state for future deployments.

When should I use manual cleanup scripts for hackathon infrastructure teardown?

Use manual cleanup scripts for hackathon infrastructure teardown when dealing with residual assets, credentials, or IAM roles that Terraform destroy might leave behind after an event or failed deployment.