Skip to content
Snippets Groups Projects
Commit 210f9968 authored by Brad Downey's avatar Brad Downey
Browse files

Update version constraint

parent bef20b7a
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
provider "registry.terraform.io/gitlabhq/gitlab" { provider "registry.terraform.io/gitlabhq/gitlab" {
version = "3.5.0" version = "3.5.0"
constraints = ">= 3.5.0"
hashes = [ hashes = [
"h1:OPAh3smkOF5k4fkr4pDrKFBfFgx+oGq96Zvn+HEpNRs=", "h1:OPAh3smkOF5k4fkr4pDrKFBfFgx+oGq96Zvn+HEpNRs=",
"zh:20a7e10d88020a88f1aedd93d1de9a70efcc192f5c630df6a7818c4c3e501ac5", "zh:20a7e10d88020a88f1aedd93d1de9a70efcc192f5c630df6a7818c4c3e501ac5",
......
...@@ -2,7 +2,6 @@ terraform { ...@@ -2,7 +2,6 @@ terraform {
required_providers { required_providers {
gitlab = { gitlab = {
source = "gitlabhq/gitlab" source = "gitlabhq/gitlab"
version = ">=3.5.0"
} }
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment