Skip to content

Instantly share code, notes, and snippets.

@nickithewatt
Created November 5, 2016 15:22
Show Gist options
  • Save nickithewatt/c5f26ce062c95090df5ca2958372e905 to your computer and use it in GitHub Desktop.
Save nickithewatt/c5f26ce062c95090df5ca2958372e905 to your computer and use it in GitHub Desktop.
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but
will not be persisted to local or remote state storage.
...
<= data.template_file.example
rendered: "<computed>"
template: "\nmsg1 = ${msg1}\nmsg2 = ${msg2}\nmsg3 = ${msg3}\nmsg4 = ${msg4}\nmsg5 = ${msg5}\nmsg6 = ${msg6}\nmsg7 = ${msg7}"
vars.%: "7"
vars.msg1: "sensitive-value-1-AK#%DJGHS*G"
vars.msg2: "normal value 1"
vars.msg3: "sensitive-value-3-//dfhs//"
vars.msg4: "sensitive-value-4 with equals sign i.e. ff=yy"
vars.msg5: "sensitive-list-val-1"
vars.msg6: "sensitive-flatmap-val-foo"
vars.msg7: "sensitive-flatmap-val"
Plan: 0 to add, 0 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment