hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.34k stars 1.74k forks source link

Retry parameter retry_config in google_data_pipeline_pipeline for the scheduler #20172

Open jfolleas-izivia opened 1 week ago

jfolleas-izivia commented 1 week ago

Community Note

Terraform Version

version 6.9.0

Affected Resource(s)

Issue Description

There is currently no parameter (or mention of if in the documentation) to specify number of retry for google_data_pipeline_pipeline (see documentation). There is however such parameter for the resource cloud_scheduler_job: retry_config. Would it be possible to integrate the retry_config parameter in the resource google_data_pipeline_pipeline?

References

b/378508032

SarahFrench commented 2 days ago

Note from triage: There isn't a field in the Data Pipeline API for retries, so we can't add support for this in the provider right now.

@jfolleas-izivia - could you provide some more information about what problems you're experiencing that would be helped with retries?