diff --git a/examples/automatic-labelling-from-repository/versions.tf b/examples/automatic-labelling-from-repository/versions.tf index 6b93488..f529902 100644 --- a/examples/automatic-labelling-from-repository/versions.tf +++ b/examples/automatic-labelling-from-repository/versions.tf @@ -21,8 +21,7 @@ terraform { version = "~> 2.0" } google = { - source = "hashicorp/google" - version = "~> 4.0" + source = "hashicorp/google" } null = { source = "hashicorp/null" @@ -30,7 +29,7 @@ terraform { } random = { source = "hashicorp/random" - version = "~> 3.0" + version = ">= 3.0" } } required_version = ">= 0.13"