Ilon Sjögren

Results 22 comments of Ilon Sjögren

@kolikons: Is this something you would mind adding to your fork to make it more easily accessible?

> Not sure I understand what you mean, my changes are in my fork. > For example: > https://github.com/jakob-northvolt/terraform-godaddy/blob/master/api/domains.go @jakob-northvolt Yes, I'm aware of that. But since kolikons code are...

@n3integration Are you still maintaining this provider?

I'm experiencing the same issue, but only for one of my zones in the account, the other one works just fine. Anyone have an idea of what might cause this?

@jakob-northvolt: Is this fixed in https://github.com/jakob-northvolt/terraform-godaddy/commit/a0e786cf275d34a57565a85bc09b23a932398912? And if so, when can we expect this out in a release?

> > @jakob-northvolt: Is this fixed in [jakob-northvolt@a0e786c](https://github.com/jakob-northvolt/terraform-godaddy/commit/a0e786cf275d34a57565a85bc09b23a932398912)? And if so, when can we expect this out in a release? > > Yes it is actually, I meant to make...

Since it's now March 2020, and [Python 2 are now sunsetted](https://www.python.org/doc/sunset-python-2/), can we please go ahead and make this change?

Am I doing something wrong here, or is this simply a case which is not (yet) covered? Using this class instead as Variable works: ```python import json import terrascript class...

Also related to this, should Variable be represented by `var._name` or `${var._name}`? The later is what works when actually running the Terraform template, while the former requires you to manually...