Avoid recurring changes reports for missing values

This commit is contained in:
Michele Cereda
2023-02-19 16:37:06 +01:00
parent 62f7510b94
commit 314376bfce

View File

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