chore: defaults
This commit is contained in:
		
							
								
								
									
										15
									
								
								output.tf
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								output.tf
									
									
									
									
									
								
							@@ -1,3 +1,14 @@
 | 
			
		||||
output "example" {
 | 
			
		||||
  //value = some_resource.example
 | 
			
		||||
output "full_path" {
 | 
			
		||||
  description = "Full path in gitlab for created group"
 | 
			
		||||
  value       = gitlab_group.group.full_path
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
output "id" {
 | 
			
		||||
  description = "ID of created group"
 | 
			
		||||
  value       = gitlab_group.group.id
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
output "group_name" {
 | 
			
		||||
  description = "Name of created group"
 | 
			
		||||
  value       = gitlab_group.group.name
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user