terraform-google-modules / terraform-google-data-fusion

Manages Cloud Data Fusion
https://registry.terraform.io/modules/terraform-google-modules/data-fusion/google
Apache License 2.0
14 stars 30 forks source link

Enable Replication module ? #45

Closed Guimove closed 3 years ago

Guimove commented 3 years ago

Hello,

Is there a way to enable the replication accelerator?

I’ve not seen any occurrence of this neither on the ’google_data_fusion_instance` resource nor in this module.

Do you have any hints?

Actually, I’m using a custom null_resource to run after the instance creation :

curl -H "Authorization: Bearer $(gcloud auth print-access-token)" \
-H "Content-Type: application/json" \
${CDAP_ENDPOINT}  -X PATCH -d '{ "accelerators":[{"accelerator_type":"CDC", "state":"ENABLED"}]}'

But this is not really flexible.

fmaach commented 3 years ago

This resource is critical. Please deliver it for your Google Datafusion customers.

FVCCarneiro commented 3 years ago

I have this same doubt / issue. It would be important to be able to add this directly on the "google_data_fusion_instance" resource!

remydavid commented 3 years ago

+1

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

suchitgupta01 commented 2 years ago

Is there a way to achieve it via terraform?

suchitgupta01 commented 2 years ago

@Guimove Is there a way to get it done via Terraform?

ptran32 commented 1 year ago

@suchitgupta01 there is an open issue for Terraform support: https://github.com/hashicorp/terraform-provider-google/issues/9070