Stephen Attard

Results 23 comments of Stephen Attard

> Disable/enable the plugin was enough for me same

I know that this is not a solution, but given the setup I'm working on I "generated" the state from the API of [kafdrop](https://github.com/obsidiandynamics/kafdrop) using a script, consuming `/topics` ```...

I jumped through a few hoops and resorted to using the proxy to get this to work.

Update from my end: I have revisited our setup, and currently installing [2.6.2](https://repo1.maven.org/maven2/io/zipkin/dependencies/zipkin-dependencies/2.6.2/zipkin-dependencies-2.6.2.jar) and pointing directly towards an AWS/ES domain, same one as before. It seems to be working without...

This is also an issue for `/dev/null` (hack used for decommissioned modules 😅 ) ```hcl terraform { source = "/dev/null" # switched off since not needed } ``` .. ```...

Same happened to me, following issue and looking for ideas and potential solutions

Thank you @mklatsky this worked for me as well 🙇🏼

ping @gregghz for your thoughts 😄

Thanks @deverton - `TF_IN_AUTOMATION=1` removed all the provider installation and initialisation noise, while retaining the terraform information 🙇🏼