2016-03-07 Terraform tfstateファイルを切り分ける

_ tfstateファイルからaws_route53だけ切り出す

 cat xxxx.tfstate | jq  '.modules[].resources | to_entries[] | select(.key | startswith("aws_route53")) | [.] | from_entries'

«前の日記(2014-07-04) 最新