• formatting Terraform code

    2 min read

    terraform format fmt

    One of the nicest functions terraform has is terraform fmt: Just as go fmt would do with Go code, it will rewrite Terraform configuration files (.tf and .tfvars files) to a canonical format and style. This will improve it's readability, helping making the code more consistent.

    06/05/2021

    Read more...

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