gk-drw

Results 5 comments of gk-drw

Why not focus on Batch Get requests? They are the ones likely to make the most difference (due to extra long refresh times when running `terraform plan`) and their dependency...

I believe `state_only_destroy = true` might not be specific enough compared to implementing full support for instances in removed blocks. That is, it would not allow us to specify that...

Regarding the eample: ``` resource "whatever" "example" { for_each = ... # ... lifecycle { destroy = false } } ``` I was wondering how would this work for the...

Sorry, I meant the API documentation i.e. what are valid platform strings for https://docs.sentry.io/api/projects/update-a-project/