Skip to content

Commit

Permalink
chore(deps): update terraform google-beta to ~> 3.90.0
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 24, 2024
1 parent 56c8204 commit c7f8c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "google" {

provider "google-beta" {
project = var.gcp_project
version = "~> 3.0.0-beta.1"
version = "~> 3.90.0"
}

# Enable required API in the project
Expand Down

0 comments on commit c7f8c89

Please sign in to comment.