How to configure VPC, Network, Internet gateway using terraform

Continuing to previous airtcle , let us setup network using terraform. To begin with, let us create terraform variables, providers I’ve created profile and region as two variables that I will be referring in the terraform resources. variable.tf provider.tf Let’s run terraform init Now you can see that aws provider has been created. You canContinue reading “How to configure VPC, Network, Internet gateway using terraform”

How to configure terraform state file as Amazon S3

In this blog post, I would like to present how to create terraform state file as s3. I will be writing series of blog posts about terraform, ansible automation, How to use AWS CDK to automate infrastructure. To begin with, Let us start about how to configure terraform state file as Amazon S3. Before youContinue reading “How to configure terraform state file as Amazon S3”