Skip to content

Commit

Permalink
Update downstream builder to use the updated package reference (#5651)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Jan 26, 2022
1 parent 4fd2b05 commit f004938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/containers/downstream-builder/generate_downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if [ "$REPO" == "terraform-validator" ] || [ "$REPO" == "tf-conversion" ]; then

git clone --depth=1 --branch=$BRANCH https://modular-magician:$GITHUB_TOKEN@github.com/$SCRATCH_OWNER/terraform-provider-google converters/google/provider
rm -rf ./converters/google/provider/.git
go mod edit -replace github.com/hashicorp/terraform-provider-google/v4@v4.4.1=./converters/google/provider
go mod edit -replace github.com/hashicorp/terraform-provider-google@v0.0.0=./converters/google/provider

make build
export TFV_CREATE_GENERATED_FILES=true
Expand Down

0 comments on commit f004938

Please sign in to comment.