mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/internals/json-format.mdx
This commit is contained in:
parent
8b62ab2423
commit
a76b634f82
@ -60,7 +60,6 @@ State does not have any significant metadata not included in the common [values
|
|||||||
"terraform_version": "version.string"
|
"terraform_version": "version.string"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
The extra wrapping object is intentional. This approach allows us to extend this format if required.
|
|
||||||
## Plan Representation
|
## Plan Representation
|
||||||
|
|
||||||
A plan consists of a prior state, the configuration that is being applied to that state, and the set of changes Terraform plans to make to achieve that.
|
A plan consists of a prior state, the configuration that is being applied to that state, and the set of changes Terraform plans to make to achieve that.
|
||||||
|
Loading…
Reference in New Issue
Block a user