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...
Sep 28, 20242 min read43

