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 +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ groupings:
58
58
- and :
59
59
- eq :
60
60
- ${cloudera_version}
61
- - " 7.1.3 .0"
61
+ - " 7.1.4 .0"
62
62
- and :
63
63
- not :
64
64
- eq :
@@ -172,11 +172,11 @@ variables:
172
172
- " 6.2.0"
173
173
- " 6.3.0"
174
174
- " 6.3.1"
175
- - " 7.1.3 "
175
+ - " 7.1.4 "
176
176
title : " Cloudera Manager Version"
177
- description : " Choose the version of Cloudera Manager to deploy, CDP requires 7.1.3 "
177
+ description : " Choose the version of Cloudera Manager to deploy, CDP requires 7.1.4 "
178
178
required : true
179
- default : " 7.1.3 "
179
+ default : " 7.1.4 "
180
180
181
181
cloudera_version :
182
182
type : enum
@@ -195,11 +195,11 @@ variables:
195
195
- " 6.2.0"
196
196
- " 6.2.1"
197
197
- " 6.3.2"
198
- - " 7.1.3 .0"
198
+ - " 7.1.4 .0"
199
199
title : " Cluster Version"
200
- description : " Choose the version of CDH to deploy, for CDP choose 7.1.3 .0"
200
+ description : " Choose the version of CDH to deploy, for CDP choose 7.1.4 .0"
201
201
required : true
202
- default : " 7.1.3 .0"
202
+ default : " 7.1.4 .0"
203
203
204
204
cluster_name :
205
205
type : string
Original file line number Diff line number Diff line change @@ -131,11 +131,11 @@ variable "enable_secondary_vnic" {
131
131
132
132
# Cloudera Manager Version
133
133
variable "cm_version" {
134
- default = " 7.1.3 "
134
+ default = " 7.1.4 "
135
135
}
136
136
# Cloudera Enterprise Data Hub Version
137
137
variable "cloudera_version" {
138
- default = " 7.1.3 .0"
138
+ default = " 7.1.4 .0"
139
139
}
140
140
variable "secure_cluster" {
141
141
default = " True"
You can’t perform that action at this time.
0 commit comments