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
- Host: GitHub
- URL: https://github.com/boltops-tools/terraform-google-instance-group
- Owner: boltops-tools
- Created: 2021-11-25T23:54:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T01:46:43.000Z (over 4 years ago)
- Last Synced: 2025-01-17T11:32:34.139Z (over 1 year ago)
- Language: HCL
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Google Managed Instance Group Module
[](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
[](https://learn.boltops.com/courses/terraspace-gcp/lessons/terraspace-google-managed-instance-group)