gitlab-group/output.tf

8 lines
111 B
Terraform
Raw Permalink Normal View History

2024-09-14 14:07:11 +00:00
output "full_path" {
value = gitlab_group.group.full_path
}
output "id" {
value = gitlab_group.group.id
2024-09-14 12:28:57 +00:00
}