You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="user OCID for the user account with which to connect to the API."
4
+
}
5
+
6
+
variable"private_key_path" {
7
+
description="full file path of the private key to use for API access with the user account. Does not support environment variables or ~ to abbreviate a user's home directory."
8
+
}
9
+
10
+
variable"fingerprint" {
11
+
description="PEM fingerprint for private key."
12
+
}
13
+
14
+
variable"tenancy_ocid" {
15
+
description="tenancy OCID in which to launch instances."
16
+
}
17
+
18
+
variable"compartment_ocid" {
19
+
description="compartment OCID in which to launch instances."
20
+
}
21
+
22
+
## Optional parameters ##
23
+
variable"instance_count" {
24
+
description="number of instances to launch."
25
+
default="1"
26
+
}
27
+
28
+
variable"instance_name_prefix" {
29
+
default="capacity_reservation_"
30
+
}
31
+
32
+
variable"region" {
33
+
description="region in which to launch instances."
34
+
default="us-phoenix-1"
35
+
}
36
+
37
+
# variable "image" {
38
+
# description = "image OCID to launch instances from. This will be unique per region. This default is for region: us-phoenix-1."
0 commit comments