Code Monkey home page Code Monkey logo

terraform-gcp-lab's Introduction

Terraform GCP Lab

This repository contains Terraform code for infrastructure resource deployment on Google Public Cloud.

Prerequisites

Below prerequisites must be fulfilled for successfull execution of code.

Software Requirement

Resources in this repository are meant for use with Terraform 1.3.6 (Check the version using terraform version). If you don't have the compatible version, download it from official Terraform repository. See Installation-Guide on how to install Terraform.

  • gcloud sdk >= 414.0.0
  • Terraform >= 1.3.6
  • [terraform-provider-google] plugin = 4.52.0
  • [terraform-provider-google-beta] plugin = 4.52.0

Permissions Requirement

In order to execute these templates you must have a Service Account with the following roles. Access can be more fine-grained to follow Principle of least privilege (PoLP).

  • roles/resourcemanager.projectOwner on all the projects where you want to house your resources using service account's email.
  • roles/storage.admin on the project housing terraform state files.

Project API Requirement

In order to use the services, required APIs must be enabled before resource deployment. Enable the APIs using below mentioned gcloud command.

gcloud services enable servicenetworking.googleapis.com \
    cloudresourcemanager.googleapis.com \
    compute.googleapis.com \
    iam.googleapis.com

Remote Backend Setup

To use a remote backend, create a GCS Bucket and set the versioning. Use below gcloud commands.

gcloud config set project PROJECT_ID
gsutil mb -c standard -l eu gs://bucket-name
gsutil versioning set on gs://bucket-name

Execution

For multiple environment provisioning, use different tfstate files in backend. To execute the Terraform code, go to command prompt and then run the following commands:

  • [Required] terraform init
  • [Optional] terraform validate
  • [Optional] terraform fmt
  • [Optional] terraform plan
  • [Required] terraform apply -auto-approve

Note: See Terraform-Guide to get real-quick overview of Terraform.

Reference

terraform-gcp-lab's People

Contributors

anupam-sy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.