| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -19,8 +19,8 @@ The credentials can be populated from the workspace owner's information.
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```hcl
 | 
					 | 
					 | 
					 | 
					```hcl
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					module "git-config" {
 | 
					 | 
					 | 
					 | 
					module "git-config" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  source = "git::https://github.com/coder/modules.git//git-config?ref=git-config"
 | 
					 | 
					 | 
					 | 
					  source = "https://registry.coder.com/modules/git-config"
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  agent_id = coder_agent.main.id
 | 
					 | 
					 | 
					 | 
					  agent_id = coder_agent.example.id
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  username = data.coder_workspace.me.owner
 | 
					 | 
					 | 
					 | 
					  username = data.coder_workspace.me.owner
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  user_email = data.coder_workspace.me.owner_email
 | 
					 | 
					 | 
					 | 
					  user_email = data.coder_workspace.me.owner_email
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -31,8 +31,8 @@ Credentials can also be set manually.
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					```hcl
 | 
					 | 
					 | 
					 | 
					```hcl
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					module "git-config" {
 | 
					 | 
					 | 
					 | 
					module "git-config" {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  source = "git::https://github.com/coder/modules.git//git-config?ref=git-config"
 | 
					 | 
					 | 
					 | 
					  source = "https://registry.coder.com/modules/git-config"
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  agent_id = coder_agent.main.id
 | 
					 | 
					 | 
					 | 
					  agent_id = coder_agent.example.id
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  username = "michael"
 | 
					 | 
					 | 
					 | 
					  username = "michael"
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  user_email = "michael@example.com"
 | 
					 | 
					 | 
					 | 
					  user_email = "michael@example.com"
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |