Skip to content

Commit 7806770

Browse files
corrected formatting tf file
1 parent b000794 commit 7806770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/kms/vault.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ resource "oci_kms_vault" "private-vault-kms" {
1616
}*/
1717

1818
//If restoring using object in object storage use the config below
19+
1920
/*restore_from_file {
2021
restore_vault_from_file_details = "${data.oci_objectstorage_object.vault_backup_object.content}"
2122
content_length = "${data.oci_objectstorage_object.vault_backup_object.content_length}"
2223
2324
//Optional
2425
content_md5 = "${data.oci_objectstorage_object.vault_backup_object.content_md5}"
2526
}*/
26-
27+
2728
compartment_id = "${var.compartment_id}"
2829

2930
display_name = "${var.vault_display_name}"

0 commit comments

Comments
 (0)