Skip to content

Commit

Permalink
Use new resources in GCVE module, bump up provider versions (GoogleCl…
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPrete authored Dec 21, 2023
1 parent 5923a85 commit 9e66f6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.6.0, < 6.0.0" # tftest
version = ">= 5.10.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.6.0, < 6.0.0" # tftest
version = ">= 5.10.0, < 6.0.0" # tftest
}
}
}


0 comments on commit 9e66f6c

Please sign in to comment.