2.19.0 (October 25, 2023)
NEW FEATURES
- The
consul_config_entry_service_router
resource can now be used to manage a Service Router config entry (#369). - The
consul_config_entry_service_resolver
resource can now be used to manage a Service Resolver config entry (#368). - The
consul_config_entry_service_intentions
resource can now be used to manage a Service Intention config entry (#367). - The
consul_config_entry_service_defaults
resource can now be used to manage a Service Defaults config entry (#366). - The
consul_config_entry_service_splitter
resource can now be used to manage a Service Splitter config entry (#364). - The
consul_acl_role_policy_attachment
resource can be used to attach a policy to a role created outside the Terraform configuration (#362). - The
consul_acl_token
andconsul_acl_role
resource now supports templated policies (#358). - The
policies
argument of theconsul_acl_role
resource now accept both a policy ID and a policy name (#363).
CHANGES:
- The
consul_config_entry
resource now ignore changes to theStatus
field forhttp-route
,tcp-route
andapi-gateway
config entries (#361)