We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b78c04c + 5749f64 commit b719dadCopy full SHA for b719dad
variables.tf
@@ -66,12 +66,10 @@ variable "skip_source_dest_check" {
66
67
variable "subnet_ocid" {
68
description = "The OCID of the subnet to create the VNIC in. "
69
- default = ""
70
}
71
72
variable "ssh_authorized_keys" {
73
description = "Public SSH keys path to be included in the ~/.ssh/authorized_keys file for the default user on the instance. "
74
75
76
77
variable "user_data" {
@@ -81,7 +79,6 @@ variable "user_data" {
81
79
82
80
variable "source_ocid" {
83
description = "The OCID of an image or a boot volume to use, depending on the value of source_type. "
84
85
86
87
variable "source_type" {
0 commit comments