GoogleCloudDataproc / initialization-actions

Run in all nodes of your cluster before the cluster starts - lets you customize your cluster
https://cloud.google.com/dataproc/init-actions
Apache License 2.0
588 stars 512 forks source link

Terraform provider does not offer a sequential ordering option - implement as init action #1085

Closed cjac closed 1 year ago

cjac commented 1 year ago

Customers using Terraform report that there is no way to execute initialization actions in a sequence. This init action may be used as a stopgap. The paths to be loaded as initialization actions should be specified as a metadata argument in the form of a single string with elements separated by a comma or as designated in another metadata argument or environment variable or ldap entry, etc.

cjac commented 1 year ago

I have found no evidence that the suggestion that these init actions are being run in parallel is true. However, I am using the terraform 1.3 offered internally. I need to build the same terraform version as is used by the customer so that I can better know whether to close this issue with "Working as intended".

cjac commented 1 year ago

WAI