Skip to content

doxmx/gcp-instances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages