How does one properly manage the terraform state of a workspace? #27017
-
|
We've been using the kubernetes template for a while now and want to migrate to the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello Broder, Please find the Knowledge Byte article w.r.t this topic here. As of today, This is the only proven method to migrate non versioned kubernetes resources to versioned kubernetes resources. Also, Terraform state lives in a table in Postgres. Coderd is the only service that talks to Postgres, and it stores everything there, including the Terraform state for every workspace build. |
Beta Was this translation helpful? Give feedback.
Hello Broder,
Please find the Knowledge Byte article w.r.t this topic here. As of today, This is the only proven method to migrate non versioned kubernetes resources to versioned kubernetes resources.
Also, Terraform state lives in a table in Postgres. Coderd is the only service that talks to Postgres, and it stores everything there, including the Terraform state for every workspace build.