Posts
Terraform S3 + DynamoDB setup
The Terraform code below shows the necessary resources to create infrastructure on AWS that will store a projects state file. terraform provider "a...
Terraform implicit dependencies
When you include a reference from one resource to another in Terraform you create an implicit dependency. The example below shows a basic resource ...