githubEdit

State Backend

OpenTofu uses persisted state data to keep track of the resources it manages. Most non-trivial OpenTofu configurations use a backend to store state remotely.

Corpus manages the OpenTofu remote state backendarrow-up-right for all platform team repositories. State is stored in KMS-encrypted Cloud Storage buckets created and managed by pt-corpusarrow-up-right.

OpenTofu uses persisted state data to keep track of the resources it manages. Most non-trivial OpenTofu configurations use a backend to store state remotely. This lets multiple people access the state data and work together on that collection of infrastructure resources.

State Encryption

All state buckets use Customer Managed Encryption Keys (CMEK) via Cloud KMSarrow-up-right in addition to OpenTofu's native state encryptionarrow-up-right. Both layers of encryption are required for all platform repositories.

circle-exclamation

Last updated