gitlab_group_saml_link mistake in attribute documentation
Created by: Aymen2518
GitLab Provider version
3.18.0
GitLab version
15.5
Terraform version
Terraform v1.2.9
Relevant Terraform Configuration
No response
Relevant log output
test with:
group_id = one(data.gitlab_group.groups.*.id)
│ Error: Unsupported argument
│
│ on modules/gitlab_group_access/main.tf line 21, in resource "gitlab_group_saml_link" "gilab_level_access_developer":
│ 21: group_id = one(data.gitlab_group.groups.*.id)
===================
Test with : group = one(data.gitlab_group.groups.*.id)
Plan: 91 to add, 0 to change, 0 to destroy.
Description
There is a small mistake in the documentation here in this page https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/group_saml_link with the gitlab_group_saml_link, this resource takes a "group" attribute instead of "group_id" like mentionned in the documentation.
Edited by Timo Furrer