diff --git a/content/posts/terratest-your-terraform.md b/content/posts/terratest-your-terraform.md new file mode 100644 index 0000000..cfb2aa5 --- /dev/null +++ b/content/posts/terratest-your-terraform.md @@ -0,0 +1,12 @@ +--- +title: "Terratest your Terraform (Plans)" +date: 2021-02-23T14:03:00Z +draft: true +--- + +## Problem statement + +As an infrastructure engineer writing Terraform, I'd like to test code before I apply it. Some constraints: I'd like this to work with Terraform Cloud and workspaces. + +Workspaces represent `app-region-env` tuples more or less. They all apply the same code, and each are 99% the same, but some have slight differences. These differences are what I'd like to test. +