| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -13,8 +13,12 @@ This module adds Google Cloud Platform regions to your Coder template.
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```hcl
 | 
					 | 
					 | 
					 | 
					```hcl
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					module "gcp_region" {
 | 
					 | 
					 | 
					 | 
					module "gcp_region" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  source  = "https://registry.coder.com/modules/gcp-region"
 | 
					 | 
					 | 
					 | 
					    source  = "https://registry.coder.com/modules/gcp-region"
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  regions = ["us", "europe"]
 | 
					 | 
					 | 
					 | 
					    regions = ["us", "europe"]
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					resource "google_compute_instance" "example" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    zone = module.gcp_region.value
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```
 | 
					 | 
					 | 
					 | 
					```
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -31,15 +35,23 @@ module "gcp_region" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    regions  = ["us-west1"]
 | 
					 | 
					 | 
					 | 
					    regions  = ["us-west1"]
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    gpu_only = false
 | 
					 | 
					 | 
					 | 
					    gpu_only = false
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					resource "google_compute_instance" "example" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    zone = module.gcp_region.value
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```
 | 
					 | 
					 | 
					 | 
					```
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					### Add all zones in the Europe West region
 | 
					 | 
					 | 
					 | 
					### Add all zones in the Europe West region
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```hcl
 | 
					 | 
					 | 
					 | 
					```hcl
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					module "gcp_region" {
 | 
					 | 
					 | 
					 | 
					module "gcp_region" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  source                 = "https://registry.coder.com/modules/gcp-region"
 | 
					 | 
					 | 
					 | 
					    source                 = "https://registry.coder.com/modules/gcp-region"
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  regions                = ["europe-west"]
 | 
					 | 
					 | 
					 | 
					    regions                = ["europe-west"]
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  single_zone_per_region = false
 | 
					 | 
					 | 
					 | 
					    single_zone_per_region = false
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					resource "google_compute_instance" "example" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    zone = module.gcp_region.value
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```
 | 
					 | 
					 | 
					 | 
					```
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -47,9 +59,13 @@ module "gcp_region" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```hcl
 | 
					 | 
					 | 
					 | 
					```hcl
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					module "gcp_region" {
 | 
					 | 
					 | 
					 | 
					module "gcp_region" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  source                 = "https://registry.coder.com/modules/gcp-region"
 | 
					 | 
					 | 
					 | 
					    source                 = "https://registry.coder.com/modules/gcp-region"
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  regions                = ["us", "europe"]
 | 
					 | 
					 | 
					 | 
					    regions                = ["us", "europe"]
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  gpu_only               = true
 | 
					 | 
					 | 
					 | 
					    gpu_only               = true
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  single_zone_per_region = true
 | 
					 | 
					 | 
					 | 
					    single_zone_per_region = true
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					resource "google_compute_instance" "example" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    zone = module.gcp_region.value
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```
 | 
					 | 
					 | 
					 | 
					```
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					 | 
					
 
 |