Terraform Basics
This will be a brief overview on how to create resources in AWS with Terraform
Set Access Credentials for AWS
Configure your AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
with the following
This example terraform code should give you an idea of how to create resources in this case we'll be making an EC2 Instance
main.tf
Last updated
Was this helpful?