Skip to content

Commit

Permalink
add -backend-config flag to terraform init command (ohmyzsh#6370)
Browse files Browse the repository at this point in the history
  • Loading branch information
madpawel authored and spiliopoulos committed May 19, 2020
1 parent 4499092 commit c2f6a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/terraform/_terraform
Original file line number Diff line number Diff line change
Expand Up @@ -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.]'
}
Expand Down

0 comments on commit c2f6a23

Please sign in to comment.