From e6bc59faa2e95678dd97e1ef36369a208d712306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lapeyre?= Date: Thu, 14 Dec 2023 11:56:04 +0100 Subject: [PATCH] Update documentation template --- templates/resources/config_entry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/resources/config_entry.md b/templates/resources/config_entry.md index aed07d70..e7519587 100644 --- a/templates/resources/config_entry.md +++ b/templates/resources/config_entry.md @@ -12,7 +12,7 @@ The [Configuration Entry](https://www.consul.io/docs/agent/config_entries.html) resource can be used to provide cluster-wide defaults for various aspects of Consul. -~> **NOTE:** Because the schema in a `consul_config_entry` resource can very +~> **NOTE:** Because the schema in a `consul_config_entry` resource can vary widely between the various configuration entry kinds, it is necessary to explicitly define every attribute to avoid Terraform reporting a diff on the resource.