Skip to content

Commit

Permalink
Update consul/resource_consul_config_entry_service_defaults.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi Lapeyre <[email protected]>
  • Loading branch information
absolutelightning and remilapeyre authored Oct 19, 2023
1 parent 39901aa commit 6c488dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul/resource_consul_config_entry_service_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6c488dd

Please sign in to comment.