tfstate-lookup

Lookup and extract resource attributes from Terraform state files

brewmacoslinux
Try with needOr install directly
Source

About

Lookup resource attributes in tfstate

Commands

tfstate-lookup

Examples

find resource values in terraform state file$ tfstate-lookup -f terraform.tfstate aws_instance.web id
get all attributes for a specific terraform resource$ tfstate-lookup -f terraform.tfstate aws_s3_bucket.main
extract nested resource attribute from state$ tfstate-lookup -f terraform.tfstate aws_vpc.main tags.Name
query terraform state by resource type$ tfstate-lookup -f terraform.tfstate -type aws_instance
look up multiple resource attributes at once$ tfstate-lookup -f terraform.tfstate aws_rds_instance.db endpoint engine_version