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

Look up a specific resource attribute in tfstate$ tfstate-lookup -state=terraform.tfstate 'aws_instance.web.id'
Query multiple resource attributes from state file$ tfstate-lookup -state=terraform.tfstate 'aws_instance.web.private_ip' 'aws_instance.web.public_ip'
Extract all attributes for a resource$ tfstate-lookup -state=terraform.tfstate 'aws_instance.web'