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
Update Managed License to allow for new values. Deprecate old values.
Update documentation, add SkipFunc. Map values.
Update SkipFunc implementation, map test statuses appropriately.
Update internal/provider/helper_test.go
Co-authored-by: Timo Furrer <[email protected]>
Add DiffFunc for the managed license status
Fix bad log on unit test
Update internal/provider/resource_gitlab_managed_license.go
Update internal/provider/resource_gitlab_managed_license.go
Update documentation for the approval_status field
-**approval_status** (String) Whether the license is approved or not. Only 'approved' or 'blacklisted' allowed.
40
+
-**approval_status** (String) The approval status of the license. Valid values are: `approved`, `blacklisted`, `allowed`, `denied`. "approved" and "blacklisted"
41
+
have been deprecated in favor of "allowed" and "denied"; use "allowed" and "denied" for GitLab versions 15.0 and higher.
42
+
Prior to version 15.0 and after 14.6, the values are equivalent.
41
43
-**name** (String) The name of the managed license (I.e., 'Apache License 2.0' or 'MIT license')
42
44
-**project** (String) The ID of the project under which the managed license will be created.
0 commit comments