Skip to content

Commit

Permalink
Merge pull request #5 from oracle-terraform-modules/dev
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
yimw authored Dec 7, 2018
2 parents 017a77f + 50caea4 commit 5ee78f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module "instance" {
compartment_ocid = "${var.compartment_ocid}"
instance_display_name = "${var.instance_display_name}"
source_ocid = "${var.source_ocid}"
vcn_ocid = "${var.vcn_ocid}"
subnet_ocids = "${var.subnet_ocids}"
ssh_authorized_keys = "${var.ssh_authorized_keys_file}"
block_storage_sizes_in_gbs = [60, 70]
Expand Down

0 comments on commit 5ee78f2

Please sign in to comment.