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 33
44variable "tenancy_ocid" {
55 type = string
6- default = " ocid1.tenancy.oc1..aaaaaaaaj4ccqe763dizkrcdbs5x7ufvmmojd24mb6utvkymyo4xwxyv3gfa "
6+ default = " "
77}
88
99variable "region" {
1010 type = string
11- default = " us-ashburn-1 "
11+ default = " "
1212}
1313
1414variable "compartment_id" {
1515 type = string
16- default = " ocid1.compartment.oc1..aaaaaaaaza2vwcluoxu5dropj4o5p6aypze6o6ivnq63ijazn44gliiwzjaa "
16+ default = " "
1717}
1818
1919variable "user_ocid" {
2020 type = string
21- default = " ocid1.user.oc1..aaaaaaaamiof2bnbi4jamsag4lhp6en2wfxiicby4vzecj7xnt3dnwro7xwq "
21+ default = " "
2222}
2323
2424variable "fingerprint" {
2525 type = string
26- default = " 12:1d:7d:18:6d:a7:e3:fc:17:4c:30:a9:44:65:7d:00 "
26+ default = " "
2727}
2828
2929variable "private_key_path" {
3030 type = string
31- default = " /Users/iopanait/.oci/oci_api_key.pem "
31+ default = " "
3232}
3333
3434
You can’t perform that action at this time.
0 commit comments