From 314376bfce58e2d81cfa21386a3bd572cb901398 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 19 Feb 2023 16:37:06 +0100 Subject: [PATCH] Avoid recurring changes reports for missing values --- .../oracle cloud/create a free tier ampere instance/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/terraform/oracle cloud/create a free tier ampere instance/main.tf b/examples/terraform/oracle cloud/create a free tier ampere instance/main.tf index dc3bfd6..0b9cd8b 100644 --- a/examples/terraform/oracle cloud/create a free tier ampere instance/main.tf +++ b/examples/terraform/oracle cloud/create a free tier ampere instance/main.tf @@ -55,6 +55,7 @@ resource "oci_core_instance" "this" { subnet_id = oci_core_subnet.this.id } + extended_metadata = {} metadata = { ssh_authorized_keys = var.ssh_authorized_keys }