Hi everyone, I’m trying to provision a CosmosDB da...
# azure
r
Hi everyone, I’m trying to provision a CosmosDB database on the free tier via Pulumi. I can’t find anything in the Pulumi documentation about this, but the Microsoft ARM docs indicate there’s a property that needs to be set,
"enableFreeTier": true
. I can’t find an equivalent property in the Pulumi Typescript SDK. Any ideas?
k
I believe this will have come when the TF provider supports it 🙁 Support for Free Tier on CosmosDB
r
Oh, ouch. Fair enough, thanks @kind-mechanic-53546.
b
I've added a comment to the upstream issue to ask the TF team if htye are happy with the work that would need done (upgrading SDK version) so that we can support this
if so, then I can do the work
🙏 1