Open ib-ak opened 5 years ago
Terraform output does not work with v0.12
ret, out, err = self.output_cmd(*args, **kwargs) if ret != 0: return None out = out.lstrip() value = json.loads(out) if name_provided and not full_value: value = value['value']
code expects out to be dictionary. v0.12 might be having it as str
I will take a look this weekend.
Thanks
I think I see what's going on here and should have a fix in the new version that will be out in a couple weeks.
Terraform output does not work with v0.12
code expects out to be dictionary. v0.12 might be having it as str