Skip to content

Commit

Permalink
Update Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-toncu committed Oct 10, 2024
1 parent 85b02fa commit 3d51e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-account-with-iam/versions.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 = "~> 5.40.0"
version = "~> 6.6.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 5.40.0"
version = "~> 6.6.0"
}
}
}

0 comments on commit 3d51e77

Please sign in to comment.