Skip to content

Commit 9924760

Browse files
daniel-citbharathkkb
authored andcommitted
fix: update google-beta provider source info (terraform-google-modules#368)
1 parent f6cd9ad commit 9924760

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

1-org/envs/shared/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

2-environments/envs/development/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

2-environments/envs/non-production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

2-environments/envs/production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

3-networks/envs/development/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

3-networks/envs/non-production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

3-networks/envs/production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

3-networks/envs/shared/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

4-projects/business_unit_1/development/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

4-projects/business_unit_1/non-production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

4-projects/business_unit_1/production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

4-projects/business_unit_2/development/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

4-projects/business_unit_2/non-production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

4-projects/business_unit_2/production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
version = ">= 3.50"
2323
}
2424
google-beta = {
25-
source = "hashicorp/google"
25+
source = "hashicorp/google-beta"
2626
version = ">= 3.50"
2727
}
2828
}

0 commit comments

Comments
 (0)