Terraform without tfstate

It is possible to manage imports.tf with a simple script instead of managing terraform.tfstate. In contrast to the state, imports.tf doesn’t contain credentials and can be safely managed with source version control systems.

July 7, 2025 · 4 min · 762 words

Jsonnet

Configuration templating language