Skip to content

Commit

Permalink
Merge pull request #2 from oracle-terraform-modules/dev
Browse files Browse the repository at this point in the history
Remove default value for required variable.
  • Loading branch information
yimw authored Oct 22, 2018
2 parents b78c04c + 5749f64 commit b719dad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ variable "skip_source_dest_check" {

variable "subnet_ocid" {
description = "The OCID of the subnet to create the VNIC in. "
default = ""
}

variable "ssh_authorized_keys" {
description = "Public SSH keys path to be included in the ~/.ssh/authorized_keys file for the default user on the instance. "
default = ""
}

variable "user_data" {
Expand All @@ -81,7 +79,6 @@ variable "user_data" {

variable "source_ocid" {
description = "The OCID of an image or a boot volume to use, depending on the value of source_type. "
default = ""
}

variable "source_type" {
Expand Down

0 comments on commit b719dad

Please sign in to comment.