David Weterings

Results 8 comments of David Weterings

@anirudhgarg we're running into this issue with multiple function apps as well, f.e. `gd-nl-rr-t-we-func-payment` and `gd-nl-wl-t-we-func-payment` When checking live metrics of application insights for these functionapps we see tons of...

I've been thinking about this, and indeed there only seem to be two ways to solve this: 1. Run terraform twice, once without the state transition restrictions and one with...

I'd definitely accept a pull request if someone made it like this. I do think there might be a creative solution using locks, creating the state resource and then updating...

Yes, this seems like it's a good idea! The implementation is actually relatively straightforward: https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_iam_access_key.go#L88 I'm not sure when we would be able to add this (but of course contributions...

I'd say the downside could be the following warning on their repo (not that that has stopped us before :P); ```This experimental repository contains software which is still being developed...

@ahmetoz no worries. You can easily get 409s by sending the wrong version. F.e.: ``` import assert from 'assert' import { InventoryEntry } from '@commercetools/platform-sdk' import supertest from 'supertest' import...

@ahmetoz we're still figuring out what to use this for and what cases we can / should handle. If you have a suggestion/concrete example (and a PR ;)?) we can...

https://docs.commercetools.com/api/projects/subscriptions#destination there is no HttpDestination for subscriptions, that is for API Extensions.