terraform/builtin
Martin Atkins 6cd22a4c9a helper/schema: emit warning when using data source resource shim
For backward compatibility we will continue to support using the data
sources that were formerly logical resources as resources for the moment,
but we want to warn the user about it since this support is likely to
be removed in future.

This is done by adding a new "deprecation message" feature to
schema.Resource, but for the moment this is done as an internal feature
(not usable directly by plugins) so that we can collect additional
use-cases and design a more general interface before creating a
compatibility constraint.
2016-05-14 08:26:36 -07:00
..
bins Added softlayer virtual guest and ssh keys functionality: 2016-05-03 15:58:58 -05:00
providers helper/schema: emit warning when using data source resource shim 2016-05-14 08:26:36 -07:00
provisioners provisioner/remote-exec: Move script cleanup after command wait 2016-03-21 10:49:32 -05:00