Skip to content

Commit 39f7682

Browse files
Upgrading the atp deployment solution
1 parent 731b997 commit 39f7682

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cloud-foundation/solutions/ATP Deployment/variables.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@
33

44
variable "tenancy_ocid" {
55
type = string
6-
default = "ocid1.tenancy.oc1..aaaaaaaaj4ccqe763dizkrcdbs5x7ufvmmojd24mb6utvkymyo4xwxyv3gfa"
6+
default = ""
77
}
88

99
variable "region" {
1010
type = string
11-
default = "us-ashburn-1"
11+
default = ""
1212
}
1313

1414
variable "compartment_id" {
1515
type = string
16-
default = "ocid1.compartment.oc1..aaaaaaaaza2vwcluoxu5dropj4o5p6aypze6o6ivnq63ijazn44gliiwzjaa"
16+
default = ""
1717
}
1818

1919
variable "user_ocid" {
2020
type = string
21-
default = "ocid1.user.oc1..aaaaaaaamiof2bnbi4jamsag4lhp6en2wfxiicby4vzecj7xnt3dnwro7xwq"
21+
default = ""
2222
}
2323

2424
variable "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

2929
variable "private_key_path" {
3030
type = string
31-
default = "/Users/iopanait/.oci/oci_api_key.pem"
31+
default = ""
3232
}
3333

3434

0 commit comments

Comments
 (0)