From b9ccb5aa3b9cf3715870d9c2fe57a3978d9a3e39 Mon Sep 17 00:00:00 2001 From: Pawel Madon Date: Wed, 25 Oct 2017 09:34:14 +0200 Subject: [PATCH] add -backend-config flag to terraform init command --- plugins/terraform/_terraform | 1 + 1 file changed, 1 insertion(+) 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.]' }