Skip to content

Commit 7c09f1c

Browse files
authored
fix: document provider requirements (#49)
1 parent 71c8842 commit 7c09f1c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [1.3.0](https://www.github.com/terraform-google-modules/terraform-google-event-function/compare/v1.2.0...v1.3.0) (2020-09-18)
99

10+
### ⚠ BREAKING CHANGES
11+
12+
* Minimum Google provider version increased to [3.38.0](https://github.com/hashicorp/terraform-provider-google/blob/master/CHANGELOG.md#3380-september-08-2020)
13+
1014

1115
### Features
1216

versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616

1717
terraform {
1818
required_version = ">= 0.12"
19+
20+
required_providers {
21+
google = ">= 3.38.0"
22+
}
1923
}

0 commit comments

Comments
 (0)