mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-18 04:01:08 -05:00
* command: use backend config from state when backend=false is used. When a user runs `terraform init --backend=false`, terraform should inspect the state for a previously-configured backend, and use that backend, ignoring any backend config in the current configuration. If no backend is configured or there is no state, return a local backend. Fixes #16593
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"version": 3,
|
|
"terraform_version": "0.12.0",
|
|
"serial": 7,
|
|
"lineage": "configured",
|
|
"backend": {
|
|
"type": "inmem",
|
|
"config": {}
|
|
}
|
|
}
|