From 085142f07d7ba60d84062460979dc013bc201765 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 8 Feb 2022 15:24:40 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6f53c1..f48fd653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file. - refactor project module in multiple files - add support for per-file option overrides to tfdoc - the `net-vpc` and `project` modules now use the beta provider for shared VPC-related resources +- new `iot-core` module ## [12.0.0] - 2022-01-11 From 9b746f00cc2978518a0358901f08ea906661467e Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 8 Feb 2022 15:25:15 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48fd653..4361e8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. - **incompatible change** removed `iam` key from logging sink configuration in the `project` and `organization` modules - remove GCS to BQ with Dataflow example, replace by GCS to BQ with least privileges +- the `net-vpc` and `project` modules now use the beta provider for shared VPC-related resources +- new `iot-core` module ## [13.0.0] - 2022-01-27 @@ -17,8 +19,6 @@ All notable changes to this project will be documented in this file. - support service dependencies for crypto key bindings in project module - refactor project module in multiple files - add support for per-file option overrides to tfdoc -- the `net-vpc` and `project` modules now use the beta provider for shared VPC-related resources -- new `iot-core` module ## [12.0.0] - 2022-01-11