Skip to content

Commit dd1e204

Browse files
authored
chore: Add upgrade guide for v8.0 (#401)
BREAKING CHANGE: Using the gcloud module now requires `curl` to be installed. See the upgrade guide for details.
1 parent 2889db1 commit dd1e204

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Upgrading to Project Factory v8.0
2+
3+
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.
4+
5+
## gcloud module
6+
If you are relying on the built-in gcloud module, you will need to make sure `curl`
7+
is available in your Terraform execution environment.
8+
9+
If you have `skip_download` set to `true`, no change is necessary.

0 commit comments

Comments
 (0)