From 79931e107a17f9b92f13c70f8fb25181fa6f0096 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Wed, 16 Feb 2022 12:36:10 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83c2fe3..36e8e243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - the `net-vpc` and `project` modules now use the beta provider for shared VPC-related resources - add `data-catalog-policy-tag` module - **incompatible change** the `psn_ranges` variable has been renamed to `psa_ranges` in the `net-vpc` module and its type changed from `list(string)` to `map(string)` +- new [workload identity federetion example](examples/cloud-operations/workload-identity-federation) ## [13.0.0] - 2022-01-27