Skip to content

Commit

Permalink
Merge pull request #3632 from qjcg/remote-config-help-backends
Browse files Browse the repository at this point in the history
command/remote_config: Update list of remote state backends in Help() method
  • Loading branch information
apparentlymart committed Oct 25, 2015
2 parents 965399c + 61e890e commit d7fb7d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions command/remote_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func (c *RemoteConfigCommand) enableRemoteState() int {

func (c *RemoteConfigCommand) Help() string {
helpText := `
Usage: terraform remote [options]
Usage: terraform remote config [options]
Configures Terraform to use a remote state server. This allows state
to be pulled down when necessary and then pushed to the server when
Expand All @@ -348,7 +348,8 @@ Usage: terraform remote [options]
Options:
-backend=Atlas Specifies the type of remote backend. Must be one
of Atlas, Consul, or HTTP. Defaults to Atlas.
of Atlas, Consul, Etcd, HTTP, S3, or Swift. Defaults
to Atlas.
-backend-config="k=v" Specifies configuration for the remote storage
backend. This can be specified multiple times.
Expand Down

0 comments on commit d7fb7d1

Please sign in to comment.