Files
modules/gcp-region
Muhammad Atif Ali d5e2d2361c mereg main
2023-09-20 22:59:27 +03:00
..
2023-09-20 22:59:27 +03:00
2023-09-20 22:59:27 +03:00
2023-09-20 22:59:27 +03:00

display_name, description, icon, maintainer_github, verified, tags
display_name description icon maintainer_github verified tags
GCP Regions Add Google Cloud Platform regions to your Coder template. ../.icons/gcp.svg coder true
gcp
regions
zones

Google Cloud Platform Regions

This module adds Google Cloud Platform regions to your Coder template.

How to use this module

To use this module, add the following snippet to your template manifest:

module "gcp_regions" {
  source      = "https://registry.coder.com/modules/gcp-regions"
  gcp_regions = ["us-west1", "us-west2", "us-west3"] # Add your desired regions here, use ["all"] for all regions
  gpu_only    = true
}