diff options
author | madpawel <madpawel@users.noreply.github.com> | 2017-11-01 13:56:29 +0100 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-11-01 05:56:29 -0700 |
commit | b5898a5ec663177210db95b28155d14da64170f0 (patch) | |
tree | 2ba970875ea2a8f84e6a4659ae17ec64db1b867f /plugins/terraform/_terraform | |
parent | 47406d7afe01824182b90d1c0d0a460e1f07db5e (diff) | |
download | zsh-b5898a5ec663177210db95b28155d14da64170f0.tar.gz zsh-b5898a5ec663177210db95b28155d14da64170f0.tar.bz2 zsh-b5898a5ec663177210db95b28155d14da64170f0.zip |
add -backend-config flag to terraform init command (#6370)
Diffstat (limited to 'plugins/terraform/_terraform')
-rw-r--r-- | plugins/terraform/_terraform | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/terraform/_terraform b/plugins/terraform/_terraform index 97c42a559..d67820603 100644 --- a/plugins/terraform/_terraform +++ b/plugins/terraform/_terraform @@ -62,6 +62,7 @@ __init() { '-address=[(url) URL of the remote storage server. Required for HTTP backend, optional for Atlas and Consul.]' \ '-access-token=[(token) Authentication token for state storage server. Required for Atlas backend, optional for Consul.]' \ '-backend=[(atlas) Specifies the type of remote backend. Must be one of Atlas, Consul, or HTTP. Defaults to atlas.]' \ + '-backend-config=[(path) Specifies the path to remote backend config file.]' \ '-name=[(name) Name of the state file in the state storage server. Required for Atlas backend.]' \ '-path=[(path) Path of the remote state in Consul. Required for the Consul backend.]' } |