PyTerraBackTyl icon indicating copy to clipboard operation
PyTerraBackTyl copied to clipboard

HELPER_HOSTNAME_QUERY_MAP key and value needed for Google Cloud

Open dev-dull opened this issue 5 years ago • 0 comments

Reference the tfstate file for hosts that were created on the Google Cloud platform. In that file

  • Identify the the Terraform Provider name.
  • Develop a JSON path that returns the hostnames contained in the tfstate file
  • Update HELPER_HOSTNAME_QUERY_MAP in config.yaml
    • the query map is a list of Key:Value pairs
    • Use the provider name for the Key
    • Use the JSON path for the Value

dev-dull avatar Apr 25 '19 02:04 dev-dull