Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 333 Bytes

Aplazame DevOps

This folder contains a set of Terraform code.

To try any example, clone this repository, set Access an Secret key and run the following commands from within the example's directory:

$ export env=dev
$ terraform workspace select ${env}
$ terraform apply -var-file="environments/${env}/${env}.tfvars"