Open slaughtr opened 1 year ago
Here's a draft PR that adds trusted_ip
as a resource type. An alternative approach would be to update the doppler_config
resource to manage the trusted IP addresses instead.
https://github.com/DopplerHQ/terraform-provider-doppler/pull/61
We have a use case for adding a static set of IP addresses to the Trusted IPs of all of our configs. For this, it would be very helpful to be able to manage trusted IPs when deploying configs via Terraform.
Example:
This would prevent us inventing some complicated workaround or automation logic, which would also likely reduce unnecessary API calls to the Add endpoint.