Skip to content

abrahamq/terraform-fargate-example

 
 

Repository files navigation

Install terraform

Get terraform

mkdir /Applications/terraform.app
cp terraform /Applications/terraform.app/terraform

in ~/.bash_profile:

export PATH="$PATH:/Applications/terraform.app"
alias tf='Applications/terraform.app/terraform"

Set the ~/.aws/credentials

mkdir ~/.aws
touch ~/.aws/credentials
open ~/.aws/credentials

With the terraform-flux user from last pass Then in this repo:

export AWS_PROFILE=terraform-flux
tf init
tf workspace select fluxland
tf plan -out=flux.plan
tf apply flux.plan

Fargate with Terraform

Example repository to deploy an ECS cluster hosting a web application.

About

Example repository to run an ECS cluster on Fargate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 88.7%
  • JavaScript 11.3%