Skip to content

fix google-beta provider source info #368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix google-beta provider source info
  • Loading branch information
daniel-cit committed Mar 8, 2021
commit 2155f5605772fd6098ac8c03a8d6dd3d54fcf045
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