From b7ffd7a11bfa3e64293e7ea45a6c68c87142fced Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 2 Jul 2023 14:50:56 +0200 Subject: [PATCH] fix: missing comment --- .../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 74e2963..973dcf1 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 @@ -87,6 +87,7 @@ resource "oci_core_instance" "this" { lifecycle { ignore_changes = [ + # avoid recreating the instance when an updated source image is found. source_details["source_id"] ] }