An open API service indexing awesome lists of open source software.

https://github.com/boltops-tools/terraform-google-instance-group

Terraform Google Managed Instance Group
https://github.com/boltops-tools/terraform-google-instance-group

Last synced: 3 months ago
JSON representation

Terraform Google Managed Instance Group

Awesome Lists containing this project

README

          

# Terraform Google Managed Instance Group Module

[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)

Simple example with [google_compute_instance_group](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance_group)

## Add to Terrafile

```ruby
mod "instance-group", source: "boltops-tools/terraform-google-instance-group"
```

## Import Example

terraspace bundle example instance-group mig

## Deploy

terraspace up mig

## Clean Up

terraspace down mig

## Video

[![Watch the video](https://uploads-learn.boltops.com/r8puhba16m6p5i9pbx60gzdlhifp)](https://learn.boltops.com/courses/terraspace-gcp/lessons/terraspace-google-managed-instance-group)