Skip to content

Commit b719dad

Browse files
authored
Merge pull request #2 from oracle-terraform-modules/dev
Remove default value for required variable.
2 parents b78c04c + 5749f64 commit b719dad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variables.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,10 @@ variable "skip_source_dest_check" {
6666

6767
variable "subnet_ocid" {
6868
description = "The OCID of the subnet to create the VNIC in. "
69-
default = ""
7069
}
7170

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

7775
variable "user_data" {
@@ -81,7 +79,6 @@ variable "user_data" {
8179

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

8784
variable "source_type" {

0 commit comments

Comments
 (0)