From 6c488ddccd9464a12d017ba17e675f65e9743142 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Date: Thu, 19 Oct 2023 06:56:25 +0530 Subject: [PATCH] Update consul/resource_consul_config_entry_service_defaults.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi Lapeyre --- consul/resource_consul_config_entry_service_defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/resource_consul_config_entry_service_defaults.go b/consul/resource_consul_config_entry_service_defaults.go index 7e93fc12..ab0c2a96 100644 --- a/consul/resource_consul_config_entry_service_defaults.go +++ b/consul/resource_consul_config_entry_service_defaults.go @@ -18,7 +18,7 @@ func (s *serviceDefaults) GetKind() string { } func (s *serviceDefaults) GetDescription() string { - return "The `consul_config_entry_service_defaults` resource configures a [service defaults](https://developer.hashicorp.com/consul/docs/connect/config-entries/service-defaults) that contains common configuration settings for service mesh services, such as upstreams and gateways." + return "The `consul_config_entry_service_defaults` resource configures a [service defaults](https://developer.hashicorp.com/consul/docs/connect/config-entries/service-defaults) config entry that contains common configuration settings for service mesh services, such as upstreams and gateways." } func (s *serviceDefaults) GetSchema() map[string]*schema.Schema {