mirror of
				https://github.com/coder/terraform-provider-envbuilder.git
				synced 2025-11-04 03:18:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
terraform {
 | 
						|
  required_providers {
 | 
						|
    envbuilder = {
 | 
						|
      source = "coder/envbuilder"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
// The provider currently requires no additional configuration.
 | 
						|
provider "envbuilder" {}
 | 
						|
 |