Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 18, 2023
1 parent f677a40 commit 67b789c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/automatic-labelling-from-repository/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ terraform {
version = "~> 2.0"
}
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
null = {
source = "hashicorp/null"
version = ">= 2.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.0"
version = ">= 3.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 67b789c

Please sign in to comment.