Project-2 : Automating S3 Bucket Copying with Terraform
Recently I needed to create an exact copy of an existing S3 bucket in my AWS account. I first did this manually using the AWS CLI, but wanted to automate it using Infrastructure as Code with Terraform. Manually Copying the S3 Bucket My first step was...
