Skip to content

OscarMalda/poc-terraform-gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🐒

About

This is a POC of basic Terraform scripts for GCP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages