File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
cloud-foundation/solutions/ATP Deployment Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
variable "tenancy_ocid" {
5
5
type = string
6
- default = " ocid1.tenancy.oc1..aaaaaaaaj4ccqe763dizkrcdbs5x7ufvmmojd24mb6utvkymyo4xwxyv3gfa "
6
+ default = " "
7
7
}
8
8
9
9
variable "region" {
10
10
type = string
11
- default = " us-ashburn-1 "
11
+ default = " "
12
12
}
13
13
14
14
variable "compartment_id" {
15
15
type = string
16
- default = " ocid1.compartment.oc1..aaaaaaaaza2vwcluoxu5dropj4o5p6aypze6o6ivnq63ijazn44gliiwzjaa "
16
+ default = " "
17
17
}
18
18
19
19
variable "user_ocid" {
20
20
type = string
21
- default = " ocid1.user.oc1..aaaaaaaamiof2bnbi4jamsag4lhp6en2wfxiicby4vzecj7xnt3dnwro7xwq "
21
+ default = " "
22
22
}
23
23
24
24
variable "fingerprint" {
25
25
type = string
26
- default = " 12:1d:7d:18:6d:a7:e3:fc:17:4c:30:a9:44:65:7d:00 "
26
+ default = " "
27
27
}
28
28
29
29
variable "private_key_path" {
30
30
type = string
31
- default = " /Users/iopanait/.oci/oci_api_key.pem "
31
+ default = " "
32
32
}
33
33
34
34
You can’t perform that action at this time.
0 commit comments