Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 738 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 738 Bytes

POC Terraform GCP

coverage

This is a POC of basic Terraform scripts for GCP.

Getting Started 📖

Software requirements:

  • Terraform

Deployment 🚀

This POC is designed to run locally.

A JSON key of the GCP service account is needed in the root directory.

Usage ✏️

A JSON key of the GCP service account is needed in the root directory.

Initialize Terraform

terraform init

Format code

terraform fmt

Validate Terraform code

terraform validate

Preview the changes that will be applied

terraform plan

Apply the changes

terraform apply

Authors 🐒