db02541d31
/cc @svanharmelen - I think some logic changed after my refactor. I now return Exists: true when Computed: true but the value might be blank to note that the FieldReader FOUND a value, its just unknown. I think before it didn't do that so the logic for GetOk has to be "does it exist and is it _not_ computed" Seems weird because I just realized there is no way to get the OLD value of something if it is being computed now, but I looked and there are tests that verify this and they're like... test #5 of Get. So, they're not new meaning that must've been expected behavior? Hm. Let me know if you find any other issues from acceptance tests |
||
---|---|---|
.. | ||
config | ||
diff | ||
hashcode | ||
multierror | ||
resource | ||
schema | ||
ssh | ||
README.md |
README.md
Helper Libraries
This folder contains helper libraries for Terraform plugins. A running joke is that this is "Terraform standard library" for plugins. The goal of the packages in this directory are to provide high-level helpers to make it easier to implement the various aspects of writing a plugin for Terraform.