Skip to content

Commit

Permalink
chore: roll back provider versions to try and fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKnighton committed Sep 23, 2024
1 parent 9820254 commit 9b94569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 6.3.0"
version = "~> 4.71"
}
random = {
source = "hashicorp/random"
version = "~> 3.6.3"
version = "3.4.3"
}
}
}
Expand Down

0 comments on commit 9b94569

Please sign in to comment.