Browse Source

Match plugin option names with terraform's CLI options

pull/41/head
marcin.suterski 8 years ago
parent
commit
cbbcf0bd65
No known key found for this signature in database GPG Key ID: A6CF8B51D99C0C92
  1. 6
      plugin.go

6
plugin.go

@ -35,9 +35,9 @@ type (
} }
InitOptions struct { InitOptions struct {
BackendConfig string `json:"backend_config"` BackendConfig string `json:"backend-config"`
Lock *bool `json:"lock_state"` Lock *bool `json:"lock-state"`
LockTimeout string `json:"lock_timeout"` LockTimeout string `json:"lock-timeout"`
} }
Plugin struct { Plugin struct {

Loading…
Cancel
Save