Terraform
- Plugin Framework
- v1.17.x
- v1.16.x
- v1.15.x
- No versions of this document exist before v1.15.x. Click below to redirect to the version homepage.
- v1.14.x
- v1.13.x
- v1.12.x
- v1.11.x
- v1.10.x
- v1.9.x
- v1.8.x
- v1.7.x
- v1.6.x
- v1.5.x
- v1.4.x
- v1.3.x
- v1.2.x
- v1.1.x
- v1.0.x
- v0.17.x
- v0.16.x
- v0.15.x
- v0.14.x
- v0.13.x
- v0.12.x
- v0.11.x
- v0.10.x
- v0.9.x
- v0.8.x
- v0.7.x
State stores
State stores are an abstraction that allow Terraform to persist its state data files in remote objects. State stores replace the existing backend concept, which are built directly into Terraform, with provider-defined logic.
Implementation
Learn about how to implement code for a state store in the framework.
Testing
Learn about how to ensure a state store implementation works as expected via acceptance testing.