Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 342 Bytes

Hands on Terraform with GCP

Let's learn Terraform with GCP step by step!

Development

Requirements

  • python 3.9.12

Installation

$ python -m venv .venv
$ source .venv/bin/activate
$ (.venv) pip install -r requirements.txt

Develop

Please refer mkdocs-material