Dec 9, 2020
1 min read
Terraform has a concept called workspace. Creating one is quite simple, just run: terraform workspace new <your workspace name>
Nov 25, 2020
4 mins read
Terraform is a powerful infrastructure provisioning tool. It just reminds me how kubernetes impress me when I first learned it.