This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ module "utility" {
35
35
log_volume_size_in_gbs = " ${ var . log_volume_size_in_gbs } "
36
36
cloudera_volume_size_in_gbs = " ${ var . cloudera_volume_size_in_gbs } "
37
37
user_data = " ${ base64encode (file (" ../scripts/cm_boot_mysql.sh" ))} "
38
- deploy_on_oci = " ${ base64encode ( gzip ( file (" ../scripts/deploy_on_oci.py" ) ))} "
38
+ deploy_on_oci = " ${ base64gzip ( file (" ../scripts/deploy_on_oci.py" ))} "
39
39
cloudera_manager = " cdh-utility-1.public${ var . availability_domain } .${ module . network . vcn-dn } "
40
40
cm_version = " ${ var . cm_version } "
41
41
cdh_version = " ${ var . cdh_version } "
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ variable "fingerprint" {}
14
14
variable "region" {}
15
15
variable "ssh_public_key" {}
16
16
variable "ssh_private_key" {}
17
- variable "extended_metdata " {}
18
- variable "cloudera_manager" {}
19
- variable "AD" {}
20
- variable "block_volume_count" {}
17
+ variable "deploy_on_oci " { default = " " }
18
+ variable "cloudera_manager" { default = " 10.0.0.2 " }
19
+ variable "AD" { default = " 2 " }
20
+ variable "block_volume_count" { default = " 3 " }
21
21
22
22
# ---------------------------------------------------------------------------------------------------------------------
23
23
# Cloudera variables
You can’t perform that action at this time.
0 commit comments