Skip to content

Commit a6aaeb3

Browse files
committed
Moving terraform to 2.0 branch
1 parent 110660a commit a6aaeb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/magic-modules/create-pr.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ "$BRANCH_NAME" = "$ORIGINAL_PR_BRANCH" ]; then
4444
fi
4545

4646
git checkout -b "$BRANCH_NAME"
47-
if TF_PR=$(hub pull-request -b "$TERRAFORM_REPO_USER/terraform-provider-google:master" -F ./downstream_body); then
47+
if TF_PR=$(hub pull-request -b "$TERRAFORM_REPO_USER/terraform-provider-google:2.0.0" -F ./downstream_body); then
4848
DEPENDENCIES="${DEPENDENCIES}depends: $TF_PR ${NEWLINE}"
4949
else
5050
echo "Terraform - did not generate a PR."

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
[submodule "build/terraform"]
7272
path = build/terraform
7373
url = [email protected]:terraform-providers/terraform-provider-google.git
74-
branch = master
74+
branch = 2.0.0
7575
[submodule "build/puppet/bigquery"]
7676
path = build/puppet/bigquery
7777
url = [email protected]:GoogleCloudPlatform/puppet-google-bigquery.git

0 commit comments

Comments
 (0)