Skip to content

Commit

Permalink
fix: update google-beta provider source info (terraform-google-module…
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit authored and bharathkkb committed Mar 31, 2021
1 parent f6cd9ad commit 9924760
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 1-org/envs/shared/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 2-environments/envs/development/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 2-environments/envs/non-production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 2-environments/envs/production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 3-networks/envs/development/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 3-networks/envs/non-production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 3-networks/envs/production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 3-networks/envs/shared/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/business_unit_1/development/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/business_unit_1/non-production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/business_unit_1/production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/business_unit_2/development/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/business_unit_2/non-production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/business_unit_2/production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
version = ">= 3.50"
}
google-beta = {
source = "hashicorp/google"
source = "hashicorp/google-beta"
version = ">= 3.50"
}
}
Expand Down

0 comments on commit 9924760

Please sign in to comment.