Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 16693a3

Browse files
committed
Moving init scripts to extended metadata
1 parent cae8a67 commit 16693a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/compute.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module "utility" {
3434
utility_instance_shape = "${var.utility_instance_shape}"
3535
log_volume_size_in_gbs = "${var.log_volume_size_in_gbs}"
3636
cloudera_volume_size_in_gbs = "${var.cloudera_volume_size_in_gbs}"
37-
user_data = "${base64encode(file("../scripts/cm_boot_mysql.sh"))}"
37+
user_data = "${base64gzip(file("../scripts/cm_boot_mysql.sh"))}"
3838
deploy_on_oci = "${base64gzip(file("../scripts/deploy_on_oci.py"))}"
3939
cloudera_manager = "cdh-utility-1.public${var.availability_domain}.${module.network.vcn-dn}"
4040
cm_version = "${var.cm_version}"

0 commit comments

Comments
 (0)