Skip to content

Commit

Permalink
Add more options to Dataproc components field (#4194)
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid authored Nov 5, 2020
1 parent fa0c531 commit e1d55d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ by Dataproc`,
Description: `The set of optional components to activate on the cluster.`,
Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: validation.StringInSlice([]string{"COMPONENT_UNSPECIFIED", "ANACONDA", "DRUID", "HBASE", "HIVE_WEBHCAT",
"JUPYTER", "KERBEROS", "PRESTO", "RANGER", "SOLR", "ZEPPELIN", "ZOOKEEPER"}, false),
ValidateFunc: validation.StringInSlice([]string{"COMPONENT_UNSPECIFIED", "ANACONDA", "DOCKER", "DRUID", "HBASE", "FLINK",
"HIVE_WEBHCAT", "JUPYTER", "KERBEROS", "PRESTO", "RANGER", "SOLR", "ZEPPELIN", "ZOOKEEPER"}, false),
},
},
},
Expand Down

0 comments on commit e1d55d6

Please sign in to comment.