How to move Terraform root module state inside other root module
I ran into the problem that I wanted to make an existing root module (I'll call this source) a child module of another root module (I'll call this destination). Both modules used a remote state backend. In my case a GCP storage bucket.
Example
Let's ...
thoeny.dev4 min read