Skip to content

heumsi/hands-on-terraform-with-gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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