Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

mailman-2097/tftest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server, DB, ALB Example

This folder contains an example Terraform configuration that deploys a web server (using EC2), in an Amazon Web Services (AWS) account.

For more info, please see Chapter 1, "Why Terraform", of Terraform: Up and Running.

Pre-requisites

Please note that this code was written for Terraform 0.12.x.

Quick start

Please note that this example will deploy real resources into your AWS account. We have made every effort to ensure all the resources qualify for the AWS Free Tier, but we are not responsible for any charges you may incur.

Configure your AWS access keys as environment variables:

export AWS_ACCESS_KEY_ID=(your access key id)
export AWS_SECRET_ACCESS_KEY=(your secret access key)

Deploy the code:

terraform init
terraform apply

Clean up when you're done:

terraform destroy
```# tftest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages