This repository contains terraform code
- Have terraform 1.x.x installed.
- Copy of this code
Option 1. Clone the github repository:
git clone [email protected]:StamatisChr/mynull.git
Change directory:
cd mynull
Option 2.
Download the code via master.zip
curl -o mynull.zip -L https://github.com/StamatisChr/mynull/archive/refs/heads/main.zip
unzip mynull.zip
Change directory:
cd mynull-main
Run:
terraform init
Run:
terraform apply
Review the output values.
Run:
terraform destroy