From 0bb18377d4176091607c5070ca59c934ac829ec9 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Mon, 4 Oct 2021 10:49:15 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a667d504..ec3f0ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - output custom role information from the `organization` module - enable multiple `vpc-sc` perimeters over multiple modules - new cloud operations example showing how to [restrict service usage using delegated role grants](./cloud-operations/iam-delegated-role-grants) +- **incompatible change** multiple instances support has been remove fro the `compute-vm` module, to bring its interface in line with other modules and enable simple use of `for_each` at the module level; its variables have also slightly changed (`attached_disks`, `boot_disk_delete`, `crate_template`, `zone`) ## [5.1.0] - 2021-08-30