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 c5c9250 commit 10367a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/automatic-labelling-folder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "~> 4.0"
}
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 10367a0

Please sign in to comment.