You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ Alternatively, the
13
13
configures a function sourced from a Cloud Source Repositories
14
14
repository.
15
15
16
+
## Compatibility
17
+
18
+
This module is meant for use with Terraform 0.12. If you haven't [upgraded](https://www.terraform.io/upgrade-guides/0-12.html) and need a Terraform 0.11.x-compatible version of this module, the last released version intended for Terraform 0.11.x
19
+
is [0.1.0](https://registry.terraform.io/modules/terraform-google-modules/event-function/google/0.1.0).
20
+
21
+
16
22
## Usage
17
23
18
24
The
@@ -57,11 +63,11 @@ order to invoke this module.
57
63
The following software dependencies must be installed on the system
58
64
from which this module will be invoked:
59
65
60
-
-[Terraform][terraform-site] v0.11.Z
66
+
-[Terraform][terraform-site] v0.12.Z
61
67
-[Terraform Provider for Archive][terraform-provider-archive-site]
62
68
v1.2.Z
63
69
-[Terraform Provider for Google Cloud Platform][terraform-provider-gcp-site]
0 commit comments