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:
parent
f50b50b268
commit
cbbcf0bd65
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user