messypoutine / terraform-google-some-vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-google-some-vm (aka poodle)

WARNING !

This is an inentationaly vulnerable module. It is used for testing purposes only. Do not use it in production.

Introduction

This is a collection of opinionated submodules that can be used as building blocks to provision VMs in GCP:

Examples

Examples of how to use these modules can be found in the examples folder.

Project APIs

The following APIs must be enabled on your project:

  • compute.googleapis.com
  • iam.googleapis.com

See also the project_services module (optional).

Notes

distribution_policy_zones cannot be changed during use. If you have changed them yourself or used to have a default value, then you'll have to force recreate a MIG group yourself.

Tests

For running the integration test cases, please refer to the CONTRIBUTING documentation.

Permissions

The service account used to execute tests for this module should have the following roles:

.

About

License:Apache License 2.0


Languages

Language:HCL 100.0%