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 dff10b9 commit 93f1413
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/simple/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
null = {
source = "hashicorp/null"
version = "~> 3.0"
version = ">= 3.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.0"
version = ">= 3.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 93f1413

Please sign in to comment.