Skip to content
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

chore: Add upgrade guide for v8.0 #401

Merged
merged 1 commit into from
Apr 21, 2020
Merged
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
9 changes: 9 additions & 0 deletions docs/upgrading_to_project_factory_v8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Upgrading to Project Factory v8.0

The v8.0 release of Project Factory updates the `gcloud` module to use the [1.0.0](https://github.com/terraform-google-modules/terraform-google-gcloud/blob/master/CHANGELOG.md#100-2020-04-15) version.

## gcloud module
If you are relying on the built-in gcloud module, you will need to make sure `curl`
is available in your Terraform execution environment.

If you have `skip_download` set to `true`, no change is necessary.