IMPROVEMENTS:
- The provider now allows you to skip HTTPS certificate verification by supplying the
insecure_https
option. [GH-31]
NEW FEATURES:
- New data source:
consul_key_prefix
corresponds to the existing resource of the same name, allowing config to access a set of keys with a common prefix as a Terraform map for more convenient access [GH-34]
BUG FIXES:
consul_catalog
resource now correctly re-creates resources deleted out-of-band. [GH-30]consul_service
resource type now correctly detects when a service has been deleted outside of Terraform, flagging it for re-creation rather than returning an error [GH-33]consul_catalog_service
data source now accepts thetag
anddatacenter
arguments, as was described in documentation [GH-32]
BUG FIXES:
- d/consul_agent_self: The
enable_ui
config setting was always set to false, regardless of the actual agent configuration (#16)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout