diff --git a/README.md b/README.md index d94c677..50e4898 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Description This is aa basic app for always.fail domain. + +# Infrastruture + +Is defined in the `infra.tf` file and is created using [terraform](https://www.terraform.io/). + +Simply run: +``` +terraform plan infra.tf +terraform apply infra.tf +```