0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

Match plugin option names with terraform's CLI options

This commit is contained in:
marcin.suterski 2017-05-11 12:20:22 -04:00
parent f50b50b268
commit cbbcf0bd65
No known key found for this signature in database
GPG Key ID: A6CF8B51D99C0C92

View File

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