Skip to content

Instantly share code, notes, and snippets.

@sl1pm4t
Created December 5, 2016 01:52
Show Gist options
  • Save sl1pm4t/de9e0665c42937432f0bcbc353d17cda to your computer and use it in GitHub Desktop.
Save sl1pm4t/de9e0665c42937432f0bcbc353d17cda to your computer and use it in GitHub Desktop.
Convert terraform output to terraform.tfvars format on command line
terraform output | sed -ne 's/\(.*\) = \(.*\)/\1="\2"/p'
@lonewarrior556
Copy link

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment