| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -60,7 +60,7 @@ resource "coder_script" "jfrog" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  icon         = "/icon/jfrog.svg"
 | 
					 | 
					 | 
					 | 
					  icon         = "/icon/jfrog.svg"
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  script = templatefile("${path.module}/run.sh", {
 | 
					 | 
					 | 
					 | 
					  script = templatefile("${path.module}/run.sh", {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    JFROG_HOST : var.jfrog_host,
 | 
					 | 
					 | 
					 | 
					    JFROG_HOST : var.jfrog_host,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    ARTIFACTORY_USERNAME : artifactory_scoped_token.me.owner_email,
 | 
					 | 
					 | 
					 | 
					    ARTIFACTORY_USERNAME : data.coder_workspace.me.owner_email,
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    ARTIFACTORY_ACCESS_TOKEN : artifactory_scoped_token.me.access_token,
 | 
					 | 
					 | 
					 | 
					    ARTIFACTORY_ACCESS_TOKEN : artifactory_scoped_token.me.access_token,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    REPOSITORY_NPM : lookup(var.package_managers, "npm", ""),
 | 
					 | 
					 | 
					 | 
					    REPOSITORY_NPM : lookup(var.package_managers, "npm", ""),
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    REPOSITORY_GO : lookup(var.package_managers, "go", ""),
 | 
					 | 
					 | 
					 | 
					    REPOSITORY_GO : lookup(var.package_managers, "go", ""),
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |