Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 389 Bytes

Terraform demo

Usage

To use this example, you need to add a terraform.tfvars with the following content:

AWS_ACCESS_KEY = "YOUR ACCESS KEY"
AWS_SECRET_KEY = "YOUR SECRET KEY"
AWS_REGION = "eu-west-1"
AWS_USERID = "123456"

Execute

Then execute the plan using terraform:

terraform plan   # to show the plan
terraform apply  # to apply the changes

aws-eb-prooject