Update website/docs/internals/json-format.mdx

This commit is contained in:
Laura Pacilio 2022-11-29 14:56:58 -05:00 committed by GitHub
parent 8b62ab2423
commit a76b634f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,6 @@ State does not have any significant metadata not included in the common [values
"terraform_version": "version.string"
}
```
The extra wrapping object is intentional. This approach allows us to extend this format if required.
## 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.