This Blog was Originally published at https://fitdevops.in.All the Latest updates and Contents will be published there.Don’t forget to check as I will post contents everyday… In this blog post , We will see how to create S3 buckets using Terraform.

So What we are going to do is, we will create a folder and inside that we will create terraform files.

In the provider.tf file , We will mention the provider as AWS and the region where the S3 bucket should be created.

And then we will create a file called s3.tf while contains the terraform script to create s3 bucket.

Related Articles