Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from padok-team/feat/upgrade-google-provider
Browse files Browse the repository at this point in the history
upgrade google provider to version 6.0
  • Loading branch information
Laudenlaruto authored Oct 21, 2024
2 parents fa7e18e + dca9742 commit 7a38046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4"
version = "~> 6.0"
}
random = {
source = "hashicorp/random"
version = "~> 3"
version = "~> 3.1"
}
}
}

0 comments on commit 7a38046

Please sign in to comment.