Skip to content

Commit

Permalink
Remove default value for required variable.
Browse files Browse the repository at this point in the history
yimw committed Oct 22, 2018
1 parent 97a1604 commit 5749f64
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
@@ -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" {
@@ -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" {

0 comments on commit 5749f64

Please sign in to comment.