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

Commit dc8c96c

Browse files
committed
Fixed hdfs_ha for utility module
1 parent 37e1a7f commit dc8c96c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/utility/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ resource "oci_core_instance" "Utility" {
2222
block_volume_count = "${var.block_volume_count}"
2323
availability_domain = "${var.AD}"
2424
deployment_type = "${var.deployment_type}"
25+
hdfs_ha = "${var.hdfs_ha}"
2526
cluster_name = "${var.cluster_name}"
2627
}
2728

modules/utility/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ variable "cloudera_manager" {}
2121
variable "cm_install" {}
2222
variable "deploy_on_oci" {}
2323
variable "deployment_type" {}
24+
variable "hdfs_ha" {}
2425
variable "cluster_name" {}
2526

2627
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)