Skip to content

Commit

Permalink
Set project on google-beta provider
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 12, 2025
1 parent 86cbfe6 commit cf41dd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 00-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ provider "google" {
project = var.project
}

provider "google-beta" {
project = var.project
}

provider "docker" {
registry_auth {
address = "us-docker.pkg.dev"
Expand Down

0 comments on commit cf41dd1

Please sign in to comment.