Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created January 24, 2025 11:33
Show Gist options
  • Save soerenmartius/622674013f8b718d7bdcc0ddedec5050 to your computer and use it in GitHub Desktop.
Save soerenmartius/622674013f8b718d7bdcc0ddedec5050 to your computer and use it in GitHub Desktop.
Naive approach to counting resources in Terraform State
terraform state list | grep -v '^data\.' | grep -v '^null_resource\.' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment