Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 269 Bytes

File metadata and controls

14 lines (9 loc) · 269 Bytes

Terraform examples

AWS

Requirements:

  • aws-cli installed and authenticated (aws configure)

Configuring:

All configuration can be done editing configuration.tf variables and the templates

Applying:

  • Init: terraform init
  • And apply: terraform apply