hashicorp

How to use count with data resources in Terraform

hashicorp terraform snippets
Terraform allows you to loop over resources using the count parameter, including data resources.


How to build self-deploying applications with Terraform and BitBucket Pipelines.

hashicorp terraform aws s3 hugo
A case study of rebuilding nicksantamaria.net on Hugo.


How to peer two AWS VPCs using Terraform

hashicorp terraform aws networking
A practical example of using Terraform to peer 2 AWS VPCs, configure route tables, and test connectivity between subnets.