File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
7
7
github.com/hashicorp/go-retryablehttp v0.7.0
8
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.12 .0
8
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.13 .0
9
9
github.com/mitchellh/hashstructure v1.1.0
10
10
github.com/onsi/gomega v1.19.0
11
11
github.com/xanzy/go-gitlab v0.60.0
Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ github.com/hashicorp/terraform-plugin-go v0.8.0 h1:MvY43PcDj9VlBjYifBWCO/6j1wf10
206
206
github.com/hashicorp/terraform-plugin-go v0.8.0 /go.mod h1:E3GuvfX0Pz2Azcl6BegD6t51StXsVZMOYQoGO8mkHM0 =
207
207
github.com/hashicorp/terraform-plugin-log v0.3.0 h1:NPENNOjaJSVX0f7JJTl4f/2JKRPQ7S2ZN9B4NSqq5kA =
208
208
github.com/hashicorp/terraform-plugin-log v0.3.0 /go.mod h1:EjueSP/HjlyFAsDqt+okpCPjkT4NDynAe32AeDC4vps =
209
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.12 .0 h1:rjJxyLUVA180BG0ZXTOree4x2RVvo2jigdYoT2rw5j0 =
210
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.12 .0 /go.mod h1:TPjMXvpPNWagHzYOmVPzzRRIBTuaLVukR+esL08tgzg =
209
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.13 .0 h1:MyzzWWHOQgYCsoJZEC9YgDqyZoG8pftt2pcYG30A+Do =
210
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.13 .0 /go.mod h1:TPjMXvpPNWagHzYOmVPzzRRIBTuaLVukR+esL08tgzg =
211
211
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 h1:1FGtlkJw87UsTMg5s8jrekrHmUPUJaMcu6ELiVhQrNw =
212
212
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 /go.mod h1:bzBPnUIkI0RxauU8Dqo+2KrZZ28Cf48s8V6IHt3p4co =
213
213
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0 =
Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ test -f $done || {
28
28
printf ' terraform_token.save!;'
29
29
) | gitlab-rails console
30
30
31
+ echo " Enabling the container registry for the instance so that Personal Access Tokens can be created with the read_registry and write_registry scopes"
32
+ (
33
+ printf ' Gitlab.config.registry["enabled"] = true'
34
+ ) | gitlab-rails console
35
+
31
36
# 2020-09-07: Currently Gitlab (version 13.3.6 ) doesn't allow in admin API
32
37
# ability to set a group as instance level templates.
33
38
# To test resource_gitlab_project_test template features we add
You can’t perform that action at this time.
0 commit comments