Created
January 24, 2025 11:33
-
-
Save soerenmartius/622674013f8b718d7bdcc0ddedec5050 to your computer and use it in GitHub Desktop.
Naive approach to counting resources in Terraform State
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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