Michael Younkin

Results 29 comments of Michael Younkin

I'm not using machinery anymore, so if someone else wants to take over or close this issue please go ahead. I'm going to unsubscribe. Thanks!

I had the same problem and had to stop using the plugin because of it. For some files it was taking up to a minute just for syntax highlighting. I've...

Cool! I figured someone else had already thought of doing this. My plate is full currently, but I may have time next week. Is the existing code in a branch...

I encountered this issue, refreshing didn't help. I resolved it using `terraform state rm` to delete the offending resources, and then I re-imported them. Because I imported them using the...

Thanks Alex! I'm sure these options work for some people. Neither of them work for me. I don't want to change the name of the resource, and I can't add...

For our use case, it seems like updating any of the `spec` is not allowed.

Ah if we have to keep updating a value, then I'd say `replace_triggered_by` isn't a solution, because it would make writing a reusable terraform module difficult.

For NLBs in IP mode (everything should be similar for other LBs and modes): - deregistration takes at least 2 minutes regardless of the deregistration delay setting - during deregistration,...

I believe it is all on AWS' side yes. No I couldn't find any documentation about this. All due respect to AWS engineers, their ELB documentation is horrible, missing a...