Casper da Costa-Luis
Casper da Costa-Luis
I'd prefer removal of redundant fixes
related: [`terraform import`](https://www.terraform.io/docs/cli/commands/import.html) existing resources to avoid the problem of creating & destroying things ourselves.
I just got #452 on v0.10.0 despite having just 1 file (no folders) to sync (fixed by v0.10.3)
Both `console` and `jq` would solve the "brittle" problem. Should be solved by some docs?
I don't quite grok `if succeeded; then destroy; report pass; else report running; fi` Surely it should be `report running; while !succeeded; do sleep; done; destroy; report pass`?
I just [realised](https://github.com/iterative/terraform-provider-iterative/pull/339#pullrequestreview-945735836) :nauseated_face:
thx; confirmed working with 8.5.4 (latest before 9.0.0) too. Updated #24 to include both this fix and #29 too :)
confirmed fix - I had to do the same
Fixed as per https://github.com/nedbat/coveragepy/issues/621#issuecomment-399708736 by using `disable_warnings=include-ignored` in the `[run]` section.
guys. calm down! loving the enthusiasm though. I'll push my idea of what the framework should look like, then we can discuss ;) On 9 Aug 2016 5:29 p.m., "CrazyPython"...