You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StateShow() actually runs terraform show -json, which is distinct from terraform state show. Output from the latter is intended for human consumption, so we will not be implementing it.
StateShow()
actually runsterraform show -json
, which is distinct fromterraform state show
. Output from the latter is intended for human consumption, so we will not be implementing it.https://www.terraform.io/docs/commands/show.html
https://www.terraform.io/docs/commands/state/show.html
The text was updated successfully, but these errors were encountered: