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