This project contains Infrastructure-as-Code resources.
-
Ensure the following tools are installed and active.
-
Clone this repository
cd <target_directory> git clone [email protected]:qaware/workshop-agenda-bootstrap.git cd workshop-agenda-bootstrap
-
Create a
.envrc
file based on the example template.cp .example.envrc .envrc
-
Allow direnv to load the
.envrc
file.direnv allow .
-
Show available tasks
task --list