Markus Juenemann

Results 16 comments of Markus Juenemann

Bastards (excuse the Australian expression)!!! It appears that the new owners want to kill Travis-CI. Let's investigate alternatives, e.g. * Github * CircleCI * Gitlab * others? We could use...

I started investigating Github Actions. See the ``.github/workflows`` folder in the **github_actions** branch and **Actions** in the menu at the top.

Hi @AmrMKayid, have a look at discussion #149 which is about re-writing the mechanism how provider bindings are generated. In summary, instead of parsing the Go source code, ``makecode.py`` now...

Hi @VGzsysadm, here's some background information to start with. Terrascript is only a thin wrapper and does not check whether the resulting Terraform configuration is correct. The ``data.vsphere_datacenter`` and all...

Regarding your issue; I am quite out of practice with this but in the `` data.vsphere_resource_pool``, ``data.vsphere_datacenter`` is a class and not an instance of a class. Also, if you...

Thanks for the kind words. There is some work in progress (whenever I kind find spare time, which is very difficult) on automatically supporting (almost) all providers that are available...

Thanks. As you figured out, adding a provider/resource/datasource is as simple as subclassing the equivalent **Terrascript** class. I am progressing nicely on rewriting ``tools/makecode.py`` which is responsible for creating the...

Hi @starhawking. The answer is a clear yes, the only caveat being that at the moment the project is in the "middle of some major changes" to accommodate Terraform 0.13....

Hi @jbscare that's great to hear. How do you accommodate the introduction of namespaces in Terraform 0.13 ?

Nitish Kumar Yadav on LinkedIn Hi Markus, Needed one help, I have a terraform and need to convert that to terrascript, but facing problems as the resources are having nested...