From 4d11a4df2472e106c59838ba2d42f99e075cfb14 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 14 Dec 2023 02:59:27 -0800 Subject: [PATCH] Fix typo in config_entry resource documentation (#388) --- docs/resources/config_entry.md | 2 +- templates/resources/config_entry.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/config_entry.md b/docs/resources/config_entry.md index aed07d70..e7519587 100644 --- a/docs/resources/config_entry.md +++ b/docs/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. 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.