DopplerHQ / terraform-provider-doppler

Apache License 2.0
23 stars 10 forks source link

ENHANCEMENT: Support for Doppler Integration and Secrets Sync imports #64

Open xPiSeaZx opened 10 months ago

xPiSeaZx commented 10 months ago

Hi, I'm in the process of creating modules for my team to use and noticed that I'm unable to import AWS Parameter Store integrations and secrets sync. This is a bit of a blocker, since we have quite a few configured and would rather import than delete and re-create.

terraform import 'module.aws_ps_integrations["doppler_dev"].doppler_integration_aws_parameter_store.this[0]' "Doppler DEV"

│ Error: resource doppler_integration_aws_parameter_store doesn't support import

The same error for Secrets Sync (not sure what would be used to import though)

Would it be possible to add them as I'm sure others with more extensive integration and sync would appreciate this.

nmanoogian commented 10 months ago

Hi @xPiSeaZx, thanks for reaching out about this! I'll hand this along to our product team to be triaged and post any updates here.

jheimbuck commented 6 months ago

Hi @xPiSeaZx! Thanks for the issue! I talked with Nic quickly today and have a better understanding of the request.

I was curious what problem having the import will help solve and/or what are you doing with the secrets syncs after import? A little more context will help me to prioritize this against the other feature requests on our side. Thanks!