This is a simple study of this wonderful tool. Get to know more about Terraform at Terraform.
This project uses Terraform to create an infrastructure at AWS, our chosen cloud provider. So we specified our cloud provider in our main.tf file.
Resource | File |
---|---|
EC2 Instance | aws_ec2_instance.tf |
DynamoDB Tables | aws_dynamodb_tables.tf |