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

Immediate ZIP downloads

POC: Minimal ZIP implementation for downloads without delays and dependencies.

December 13, 2024 · 3 min · 446 words