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

Commit 0641354

Browse files
committed
Setting default deployment to "simple". This disables Kerbereros Security and High Availability by default. While this simplifies deployment, it is highly encouraged to turn these on.
1 parent ace8bea commit 0641354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "cm_version" { default = "6.2.0" }
2929
# Cloudera Enterprise Data Hub Version
3030
variable "cdh_version" { default = "6.2.0" }
3131
# Deployment type - set this to "simple" if you want to DISABLE High Availabilty and Kerberos Security
32-
variable "deployment_type" { default = "secure" }
32+
variable "deployment_type" { default = "simple" }
3333

3434
# ---------------------------------------------------------------------------------------------------------------------
3535
# Optional variables

0 commit comments

Comments
 (0)