Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP-instances - Terraform

Table of Contents

  1. Overview
  2. Requirements
  3. Creating the environment
  4. Removing the environment
  5. Outputs

Overview

Creates GPC instances in Google Cloud Platform using terraform.

Requirements

  1. Operating system: Linux, Mac OS X, Windows.
  2. Terraform
  3. Generate a Service account and update the provider.tf file with the path to the JSON file.
  4. Update the vars.tf file with the proper values for your deployment.

Creating the environment

```
$ terraform plan -out /tmp/create
$ terraform apply /tmp/create
```

Removing the environment

    ```
$ terraform plan -destroy -out /tmp/delete
$ terraform apply /tmp/delete
```

Outputs

  1. IP addresses of the instances generated.

About

GCP instances

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages