vital-software / terraform-training-jasmine

Example code for the terraform training lab 16

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Install tfenv if you haven't already:

brew install tfenv

Make a note of what terraform version your're currently using:

terraform -v #1.0.11
tfenv install 0.12.31
tfenv use 0.21.31
aws-vault exec vital-dev -- terraform apply

To finsh:

aws-vault exec vital-dev -- terraform destroy
tfenv use 2.2.2

About

Example code for the terraform training lab 16


Languages

Language:HCL 100.0%