Add edge_node
to resource_arm_hdinsight_hadoop_cluster
at cluster creation time.
#4035
Labels
edge_node
to resource_arm_hdinsight_hadoop_cluster
at cluster creation time.
#4035
Community Note
Description
We would like to add an
edge_node
with a non-admin user to a Hadoop cluster at creation time so that a worker node exists that can submit Hadoop jobs.New or Affected Resource(s)
resource_arm_hdinsight_hadoop_cluster
Potential Terraform Configuration
Adding a new
edge_node
block below the existingzookeeper_node
block shown in the example at hdinsight_hadoop_cluster. The proposed new block is exactly like that in hdinsight_rserver_cluster and the code would be similarly easy. (Note thezookeeper_node
block below already exists.)References
resource_arm_hdinsight_rserver_cluster.go
here and here could be modified and added toresource_arm_hdinsight_hadoop_cluster.go
below here and here.The text was updated successfully, but these errors were encountered: