Results 10 comments of Maikel

Hi, can you please release this on PyPi?

I have a workaround for this. It's working for me, but beware; It's kinda hacky. Having this variable: ```hcl some_map_var = { foo = ["bar", "baz"] dofoo = true }...

@hongchaodeng It would be nice if this gets released. 😊

@gopherstein Thank you for explaining the multi-master setup. It makes sense you went with the simplest way. As mentioned, for robustness and maintainability of the cluster it's recommended to keep...

Thanks for your quick response! I will explain later (have to go now) ;)

First and foremost, I share and admire your point about creating the easiest flow for users. 👍 > To activate it, you specify a int value for "kube_master_count" in the...

I found also a bug which is sort of related to this. ```sh Successfully installed pyyaml-3.13 / # python Python 3.7.0 (default, Sep 5 2018, 03:33:35) [GCC 6.4.0] on linux...

The config_file is relative to the project path, because now I get an error of > Configuration file, config.rb, not found or not readable.

I got this issue as well and fixed it using the `computed_fields` property: ```hcl computed_fields = [ "spec.source.targetRevision", ] ``` Not tested but this may also work with the finalizers:...