gitlab-group/output.tf

8 lines
111 B
HCL

output "full_path" {
value = gitlab_group.group.full_path
}
output "id" {
value = gitlab_group.group.id
}