You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"gitlab_project_share_group" {
source="./modules/gitlab/r/gitlab_project_share_group"# access_level - (required) is a type of stringaccess_level=null# group_id - (required) is a type of numbergroup_id=null# project_id - (required) is a type of stringproject_id=null
}
resource"gitlab_project_share_group""this" {
# access_level - (required) is a type of stringaccess_level=var.access_level# group_id - (required) is a type of numbergroup_id=var.group_id# project_id - (required) is a type of stringproject_id=var.project_id
}