fix: missing comment

This commit is contained in:
Michele Cereda
2023-07-02 14:50:56 +02:00
parent 62691d933e
commit b7ffd7a11b

View File

@@ -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"]
]
}