Configuring a Terraform remote backend with S3 and DynamoDB
State: A file that keeps track of the current state of the infrastructure managed by Terraform.
Remote Backends : A remote backend stores the Terraform state file outside of your local file system and version control. Using S3 as a remote backend is ...
vaibhav342.hashnode.dev2 min read