mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix: missing comment
This commit is contained in:
@@ -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"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user