You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			2 years ago | |
|---|---|---|
| .. | ||
| README.md | 2 years ago | |
| main.tf | 2 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	| display_name | description | icon | maintainer_github | verified | tags | ||||
|---|---|---|---|---|---|---|---|---|---|
| GCP Regions | Add Google Cloud Platform regions to your Coder template. | ../.icons/gcp.svg | coder | true | 
  | 
Google Cloud Platform Regions
This module adds Google Cloud Platform regions to your Coder template.
Examples
- 
Add only GPU zones in the US West 1 region:
module "regions" { source = "https://registry.coder.com/modules/gcp-regions" default = ["us-west1"] gpu_only = true } - 
Add all zones in the Europe West region:
module "regions" { source = "https://registry.coder.com/modules/gcp-regions" default = ["europe-west"] }