Skip to content

Commit 5ee78f2

Browse files
authored
Merge pull request #5 from oracle-terraform-modules/dev
Update README
2 parents 017a77f + 50caea4 commit 5ee78f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module "instance" {
2323
compartment_ocid = "${var.compartment_ocid}"
2424
instance_display_name = "${var.instance_display_name}"
2525
source_ocid = "${var.source_ocid}"
26-
vcn_ocid = "${var.vcn_ocid}"
2726
subnet_ocids = "${var.subnet_ocids}"
2827
ssh_authorized_keys = "${var.ssh_authorized_keys_file}"
2928
block_storage_sizes_in_gbs = [60, 70]

0 commit comments

Comments
 (0)