• terraform: check terraform configuration

    4 min read

    terraform validate

    While working with terraform we might find some configuration or syntax errors using terraform plan. While we won't break anything anyway, it take a lot of time to realize we have a syntax error due to a typo. This is specially true if we are working with a remote terraform state. To avoid wasting time we can use terraform validate

    11/06/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets