Adam Robinson

Results 9 comments of Adam Robinson

I've updated my lab vCenter to 7.0 Update 2 and I'm seeing a crash now with the future applies after the first one. Terraform 0.14.8 vSphere Provider 1.25.0 ``` An...

@appilon just curious for future reference/building my own knowledge why this is considered a breaking change?

@tenthirtyam Horizon exposes those values with APIs so I ended up implementing data sources in my provider. If you aren’t managing the resources with the vSphere provider then using the...

@gamkiller77 that is interesting, because that is specifically called out as not working with 7.0 Update 2 and newer in the KB article that @cookiesowns linked to. In any case,...

Would the preferred route be to adapt `terraform_fmt` and `terraform_validate` to work with both or would it make more sense to basically duplicate the existing hooks and make a separate...

@MaxymVlasov as the projects start to diverge over time there might be functionality in one that does not exist in the other so that might start to make a shared...

@kvendingoldo many of the hooks in this repo don't even rely on the terraform binary directly. In other words, there is nothing to even fork. For example, you aren't going...

@annakhm I can't seem to reproduce it now either. I must have gotten my state file into a weird place when trying to set "0.0.0.0/0" as the Any value. At...