File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] [ keepachangelog-site ] ,
6
6
and this project adheres to [ Semantic Versioning] [ semver-site ] .
7
7
8
+ ## [ 2.1.0] ( https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.0.0...v2.1.0 ) (2021-08-13)
9
+
10
+
11
+ ### Features
12
+
13
+ * Add option for VPC connector ([ #59 ] ( https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/issues/59 ) ) ([ 9a82b83] ( https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/commit/9a82b83f42602123dcf88a8e518c7aaa6deac707 ) )
14
+
8
15
## [ 2.0.0] ( https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.6.0...v2.0.0 ) (2021-04-29)
9
16
10
17
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.0 .0"
28
+ module_name = " blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.1 .0"
29
29
}
30
30
31
31
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-scheduled-function/v2.0 .0"
28
+ module_name = " blueprints/terraform/terraform-google-scheduled-function/v2.1 .0"
29
29
}
30
30
31
31
}
You can’t perform that action at this time.
0 commit comments