To The Cloud
Another crappy cloud blog covering my misadventures in AWS, Azure, Kubernetes, and other cloud related stuff.
Archive of posts with category 'terraform'
How to pad integers less than 10 in Terraform Overview I recently had a request to create N number of resources using Terraform and add a double digit ID to...
How to use a nested map variable in a loop to create Terraform resources Requires Terraform >v0.12 Create a Map Variable Open or create the variables.tf (this can also be...