Terraform : Remote backend using S3 and DynamoDB
In this guide we will configure Terraform to use a remote backend on S3 and DynamoDB. We will use S3 to store the .tfstate file rather than storing locally. DynamoDB here is used to create a locking mechanism.
Create an S3 bucket to store the tfstate...
blog.hishcodes.com2 min read