Open cloudifyme opened 2 years ago
@melinath to triage
google_dataproc_workflow_template
is an unusual resource, given it creates a template and then kicks it off. I'm not sure how useful this resource would end up being; there's probably some design thinking in implementing it.
Community Note
Description
In GCP, the dataproc workflow templates can be created without attaching the jobs. Later the jobs can be attached and template can be instantiated. As the API of dataproc workflow template has been changed, need enhancement to the terraform module to allow dataproc workflow template creation without attaching the job.
Current behaviour:
Attaching a job is mandatory in Terraform while creating dataproc_workflow_template resource.
Previously a bug was raised to fix this issue but due to API changes, enhancement request has been raised to fix this problem. Bug Link: https://github.com/hashicorp/terraform-provider-google/issues/12783
New or Affected Resource(s)
Potential Terraform Configuration
References
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/dataproc_workflow_template#jobs
b/298503703