Chris Lenard

Results 9 comments of Chris Lenard

I just ran into this exact error and it ended up being the CRs were using api version v1alpha2. I changed it to v1 because that's what the most current...

I'm also seeing this 6 months later! 👎🏻 ``` Terraform v0.14.3 Initializing plugins and modules... digitalocean_database_connection_pool.pool-01: Creating... Error creating DatabaseConnectionPool: POST https://api.digitalocean.com/v2/databases/69966f63-6fe5-45a7-a706-9939dfc04686/pools: 500 Server Error ```

This is a bug that Pulumi should fix, imo. For now, I think understanding the bug will help anyone work around the issue safely. If you have a single stack...

Still would be very useful!

@Cole-Jaeger I ran into the same problem as you. I don't think this repo is being maintained anymore, which sucks. I needed to move fast, so I forked it and...

@webJose I posted a link to my fork that supports compute. I would like to migrate this entire repo to typescript and support all OData features, but I do not...

@techniq sure! Thank you

I'm stunned that it's confusing to add a to add custom headers to a request? It should be as standard as setting the request URI. Disappointing this hasn't made progress...