terraform/helper
Martin Atkins a0269c688c helper/schema: Clarify the expectations for DefaultFunc
Discussion in #9512 revealed that some of the comments here were
inaccurate and that the comments here did not paint a complete enough
picture of the behavior and expectations of Default and DefaultFunc.

This is a comments-only change that aims to clarify the situation and
call attention to the fact that the defaults only affect the handling of
the configuration and that changes to defaults may require migration of
existing resource states.

This closes #9512.
2017-04-06 09:51:43 -07:00
..
acctest helper/acctest: Add RandIntRange helper function 2017-03-27 20:30:30 -04:00
config
copy
diff
encryption
experiment
hashcode
hilmapstructure
logging
mutexkv
pathorcontents
resource core: Add ImportStateIdPrefix field for testing 2017-03-30 18:11:10 -04:00
schema helper/schema: Clarify the expectations for DefaultFunc 2017-04-06 09:51:43 -07:00
shadow
signalwrapper
slowmessage
structure Adding tests for each helper method 2017-03-28 12:59:46 +01:00
validation Refactoring the schema diff/validation -> core 2017-03-27 15:41:55 +01:00
variables command/init: backend-config accepts key=value pairs 2017-03-16 23:27:05 -07:00
wrappedreadline
wrappedstreams
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.