From 1aba238c99160f922088a20cf1a3c80aeff86cfd Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 7 Feb 2023 15:57:23 +0100 Subject: [PATCH] Remove empty section --- modules/compute-vm/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/compute-vm/README.md b/modules/compute-vm/README.md index d783297f9..27ecfe9dd 100644 --- a/modules/compute-vm/README.md +++ b/modules/compute-vm/README.md @@ -409,8 +409,6 @@ module "template-confidential-example" { # tftest modules=2 resources=2 inventory=confidential.yaml ``` -### Shielded VM configuration - ### Disk encryption with Cloud KMS This example shows how to control disk encryption via the the `encryption` variable, in this case the self link to a KMS CryptoKey that will be used to encrypt boot and attached disk. Managing the key with the `../kms` module is of course possible, but is not shown here.