Skip to the content.
Back to Lab Index

Setup

Prerequisites

Folder

Use can use PowerShell Core (recommended) or Bash for the labs.

Create a new folder for your labs. This will be your working directory for the labs.

1
2
3
# Create a new folder
md ~/terraform-labs
cd ~/terraform-labs
1
2
3
# Create a new folder
mkdir ~/terraform-labs
cd ~/terraform-labs
Back to Lab Index