From b856a24bbefacc40814edddb275524aedafcd4d6 Mon Sep 17 00:00:00 2001 From: Syed Imran Hassan <45480841+syedimranhassan@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:52:23 +0500 Subject: [PATCH] chore: fix output typo --- README.md | 4 ++-- examples/memcached-cluster/README.md | 2 +- examples/memcached-cluster/outputs.tf | 4 ++-- examples/redis-cluster-mode/README.md | 2 +- examples/redis-cluster-mode/outputs.tf | 4 ++-- examples/redis-cluster/README.md | 2 +- examples/redis-cluster/outputs.tf | 4 ++-- examples/redis-global-replication-group/README.md | 2 +- examples/redis-global-replication-group/outputs.tf | 4 ++-- .../redis-replication-group-with-cluster-replica/README.md | 2 +- .../redis-replication-group-with-cluster-replica/outputs.tf | 4 ++-- examples/redis-replication-group/README.md | 2 +- examples/redis-replication-group/outputs.tf | 4 ++-- outputs.tf | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 9444046..d85aec6 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ No modules. | [global\_replication\_group\_id](#input\_global\_replication\_group\_id) | The ID of the global replication group to which this replication group should belong | `string` | `null` | no | | [ip\_discovery](#input\_ip\_discovery) | The IP version to advertise in the discovery protocol. Valid values are `ipv4` or `ipv6` | `string` | `null` | no | | [kms\_key\_arn](#input\_kms\_key\_arn) | The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. Can be specified only if `at_rest_encryption_enabled = true` | `string` | `null` | no | -| [log\_delivery\_configuration](#input\_log\_delivery\_configuration) | (Redis only) Specifies the destination and format of Redis SLOWLOG or Redis Engine Log | `any` |
{
"slow-log": {
"destination_type": "cloudwatch-logs",
"log_format": "json"
}
}
| no | +| [log\_delivery\_configuration](#input\_log\_delivery\_configuration) | (Redis only) Specifies the destination and format of Redis SLOWLOG or Redis Engine Log | `any` |
{
"slow-log": {
"destination_type": "cloudwatch-logs",
"log_format": "json"
}
}
| no | | [maintenance\_window](#input\_maintenance\_window) | Specifies the weekly time range for when maintenance on the cache cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC) | `string` | `null` | no | | [multi\_az\_enabled](#input\_multi\_az\_enabled) | Specifies whether to enable Multi-AZ Support for the replication group. If true, `automatic_failover_enabled` must also be enabled. Defaults to `false` | `bool` | `false` | no | | [network\_type](#input\_network\_type) | The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack` | `string` | `null` | no | @@ -402,7 +402,7 @@ No modules. | [parameter\_group\_arn](#output\_parameter\_group\_arn) | The AWS ARN associated with the parameter group | | [parameter\_group\_id](#output\_parameter\_group\_id) | The ElastiCache parameter group name | | [replication\_group\_arn](#output\_replication\_group\_arn) | ARN of the created ElastiCache Replication Group | -| [replication\_group\_coniguration\_endpoint\_address](#output\_replication\_group\_coniguration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | +| [replication\_group\_configuration\_endpoint\_address](#output\_replication\_group\_configuration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | | [replication\_group\_engine\_version\_actual](#output\_replication\_group\_engine\_version\_actual) | Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine | | [replication\_group\_id](#output\_replication\_group\_id) | ID of the ElastiCache Replication Group | | [replication\_group\_member\_clusters](#output\_replication\_group\_member\_clusters) | Identifiers of all the nodes that are part of this replication group | diff --git a/examples/memcached-cluster/README.md b/examples/memcached-cluster/README.md index bdd38fb..cae5cc8 100644 --- a/examples/memcached-cluster/README.md +++ b/examples/memcached-cluster/README.md @@ -64,7 +64,7 @@ No inputs. | [parameter\_group\_arn](#output\_parameter\_group\_arn) | The AWS ARN associated with the parameter group | | [parameter\_group\_id](#output\_parameter\_group\_id) | The ElastiCache parameter group name | | [replication\_group\_arn](#output\_replication\_group\_arn) | ARN of the created ElastiCache Replication Group | -| [replication\_group\_coniguration\_endpoint\_address](#output\_replication\_group\_coniguration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | +| [replication\_group\_configuration\_endpoint\_address](#output\_replication\_group\_configuration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | | [replication\_group\_engine\_version\_actual](#output\_replication\_group\_engine\_version\_actual) | Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine | | [replication\_group\_id](#output\_replication\_group\_id) | ID of the ElastiCache Replication Group | | [replication\_group\_member\_clusters](#output\_replication\_group\_member\_clusters) | Identifiers of all the nodes that are part of this replication group | diff --git a/examples/memcached-cluster/outputs.tf b/examples/memcached-cluster/outputs.tf index cd5faef..a3a563b 100644 --- a/examples/memcached-cluster/outputs.tf +++ b/examples/memcached-cluster/outputs.tf @@ -41,9 +41,9 @@ output "replication_group_engine_version_actual" { value = module.elasticache.replication_group_engine_version_actual } -output "replication_group_coniguration_endpoint_address" { +output "replication_group_configuration_endpoint_address" { description = "Address of the replication group configuration endpoint when cluster mode is enabled" - value = module.elasticache.replication_group_coniguration_endpoint_address + value = module.elasticache.replication_group_configuration_endpoint_address } output "replication_group_id" { diff --git a/examples/redis-cluster-mode/README.md b/examples/redis-cluster-mode/README.md index d6b4f87..5214de0 100644 --- a/examples/redis-cluster-mode/README.md +++ b/examples/redis-cluster-mode/README.md @@ -66,7 +66,7 @@ No inputs. | [parameter\_group\_arn](#output\_parameter\_group\_arn) | The AWS ARN associated with the parameter group | | [parameter\_group\_id](#output\_parameter\_group\_id) | The ElastiCache parameter group name | | [replication\_group\_arn](#output\_replication\_group\_arn) | ARN of the created ElastiCache Replication Group | -| [replication\_group\_coniguration\_endpoint\_address](#output\_replication\_group\_coniguration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | +| [replication\_group\_configuration\_endpoint\_address](#output\_replication\_group\_configuration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | | [replication\_group\_engine\_version\_actual](#output\_replication\_group\_engine\_version\_actual) | Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine | | [replication\_group\_id](#output\_replication\_group\_id) | ID of the ElastiCache Replication Group | | [replication\_group\_member\_clusters](#output\_replication\_group\_member\_clusters) | Identifiers of all the nodes that are part of this replication group | diff --git a/examples/redis-cluster-mode/outputs.tf b/examples/redis-cluster-mode/outputs.tf index cd5faef..a3a563b 100644 --- a/examples/redis-cluster-mode/outputs.tf +++ b/examples/redis-cluster-mode/outputs.tf @@ -41,9 +41,9 @@ output "replication_group_engine_version_actual" { value = module.elasticache.replication_group_engine_version_actual } -output "replication_group_coniguration_endpoint_address" { +output "replication_group_configuration_endpoint_address" { description = "Address of the replication group configuration endpoint when cluster mode is enabled" - value = module.elasticache.replication_group_coniguration_endpoint_address + value = module.elasticache.replication_group_configuration_endpoint_address } output "replication_group_id" { diff --git a/examples/redis-cluster/README.md b/examples/redis-cluster/README.md index 4a01212..13c2537 100644 --- a/examples/redis-cluster/README.md +++ b/examples/redis-cluster/README.md @@ -64,7 +64,7 @@ No inputs. | [parameter\_group\_arn](#output\_parameter\_group\_arn) | The AWS ARN associated with the parameter group | | [parameter\_group\_id](#output\_parameter\_group\_id) | The ElastiCache parameter group name | | [replication\_group\_arn](#output\_replication\_group\_arn) | ARN of the created ElastiCache Replication Group | -| [replication\_group\_coniguration\_endpoint\_address](#output\_replication\_group\_coniguration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | +| [replication\_group\_configuration\_endpoint\_address](#output\_replication\_group\_configuration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | | [replication\_group\_engine\_version\_actual](#output\_replication\_group\_engine\_version\_actual) | Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine | | [replication\_group\_id](#output\_replication\_group\_id) | ID of the ElastiCache Replication Group | | [replication\_group\_member\_clusters](#output\_replication\_group\_member\_clusters) | Identifiers of all the nodes that are part of this replication group | diff --git a/examples/redis-cluster/outputs.tf b/examples/redis-cluster/outputs.tf index cd5faef..a3a563b 100644 --- a/examples/redis-cluster/outputs.tf +++ b/examples/redis-cluster/outputs.tf @@ -41,9 +41,9 @@ output "replication_group_engine_version_actual" { value = module.elasticache.replication_group_engine_version_actual } -output "replication_group_coniguration_endpoint_address" { +output "replication_group_configuration_endpoint_address" { description = "Address of the replication group configuration endpoint when cluster mode is enabled" - value = module.elasticache.replication_group_coniguration_endpoint_address + value = module.elasticache.replication_group_configuration_endpoint_address } output "replication_group_id" { diff --git a/examples/redis-global-replication-group/README.md b/examples/redis-global-replication-group/README.md index 118361a..b70ac7d 100644 --- a/examples/redis-global-replication-group/README.md +++ b/examples/redis-global-replication-group/README.md @@ -71,7 +71,7 @@ No inputs. | [parameter\_group\_arn](#output\_parameter\_group\_arn) | The AWS ARN associated with the parameter group | | [parameter\_group\_id](#output\_parameter\_group\_id) | The ElastiCache parameter group name | | [replication\_group\_arn](#output\_replication\_group\_arn) | ARN of the created ElastiCache Replication Group | -| [replication\_group\_coniguration\_endpoint\_address](#output\_replication\_group\_coniguration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | +| [replication\_group\_configuration\_endpoint\_address](#output\_replication\_group\_configuration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | | [replication\_group\_engine\_version\_actual](#output\_replication\_group\_engine\_version\_actual) | Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine | | [replication\_group\_id](#output\_replication\_group\_id) | ID of the ElastiCache Replication Group | | [replication\_group\_member\_clusters](#output\_replication\_group\_member\_clusters) | Identifiers of all the nodes that are part of this replication group | diff --git a/examples/redis-global-replication-group/outputs.tf b/examples/redis-global-replication-group/outputs.tf index bde8c9d..45505ae 100644 --- a/examples/redis-global-replication-group/outputs.tf +++ b/examples/redis-global-replication-group/outputs.tf @@ -41,9 +41,9 @@ output "replication_group_engine_version_actual" { value = module.elasticache_primary.replication_group_engine_version_actual } -output "replication_group_coniguration_endpoint_address" { +output "replication_group_configuration_endpoint_address" { description = "Address of the replication group configuration endpoint when cluster mode is enabled" - value = module.elasticache_primary.replication_group_coniguration_endpoint_address + value = module.elasticache_primary.replication_group_configuration_endpoint_address } output "replication_group_id" { diff --git a/examples/redis-replication-group-with-cluster-replica/README.md b/examples/redis-replication-group-with-cluster-replica/README.md index 58565af..6e45c75 100644 --- a/examples/redis-replication-group-with-cluster-replica/README.md +++ b/examples/redis-replication-group-with-cluster-replica/README.md @@ -65,7 +65,7 @@ No inputs. | [parameter\_group\_arn](#output\_parameter\_group\_arn) | The AWS ARN associated with the parameter group | | [parameter\_group\_id](#output\_parameter\_group\_id) | The ElastiCache parameter group name | | [replication\_group\_arn](#output\_replication\_group\_arn) | ARN of the created ElastiCache Replication Group | -| [replication\_group\_coniguration\_endpoint\_address](#output\_replication\_group\_coniguration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | +| [replication\_group\_configuration\_endpoint\_address](#output\_replication\_group\_configuration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | | [replication\_group\_engine\_version\_actual](#output\_replication\_group\_engine\_version\_actual) | Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine | | [replication\_group\_id](#output\_replication\_group\_id) | ID of the ElastiCache Replication Group | | [replication\_group\_member\_clusters](#output\_replication\_group\_member\_clusters) | Identifiers of all the nodes that are part of this replication group | diff --git a/examples/redis-replication-group-with-cluster-replica/outputs.tf b/examples/redis-replication-group-with-cluster-replica/outputs.tf index e15b230..b1e108b 100644 --- a/examples/redis-replication-group-with-cluster-replica/outputs.tf +++ b/examples/redis-replication-group-with-cluster-replica/outputs.tf @@ -41,9 +41,9 @@ output "replication_group_engine_version_actual" { value = module.replication_group_with_cluster_replica.replication_group_engine_version_actual } -output "replication_group_coniguration_endpoint_address" { +output "replication_group_configuration_endpoint_address" { description = "Address of the replication group configuration endpoint when cluster mode is enabled" - value = module.replication_group_with_cluster_replica.replication_group_coniguration_endpoint_address + value = module.replication_group_with_cluster_replica.replication_group_configuration_endpoint_address } output "replication_group_id" { diff --git a/examples/redis-replication-group/README.md b/examples/redis-replication-group/README.md index fa179db..d998a9b 100644 --- a/examples/redis-replication-group/README.md +++ b/examples/redis-replication-group/README.md @@ -63,7 +63,7 @@ No inputs. | [parameter\_group\_arn](#output\_parameter\_group\_arn) | The AWS ARN associated with the parameter group | | [parameter\_group\_id](#output\_parameter\_group\_id) | The ElastiCache parameter group name | | [replication\_group\_arn](#output\_replication\_group\_arn) | ARN of the created ElastiCache Replication Group | -| [replication\_group\_coniguration\_endpoint\_address](#output\_replication\_group\_coniguration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | +| [replication\_group\_configuration\_endpoint\_address](#output\_replication\_group\_configuration\_endpoint\_address) | Address of the replication group configuration endpoint when cluster mode is enabled | | [replication\_group\_engine\_version\_actual](#output\_replication\_group\_engine\_version\_actual) | Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine | | [replication\_group\_id](#output\_replication\_group\_id) | ID of the ElastiCache Replication Group | | [replication\_group\_member\_clusters](#output\_replication\_group\_member\_clusters) | Identifiers of all the nodes that are part of this replication group | diff --git a/examples/redis-replication-group/outputs.tf b/examples/redis-replication-group/outputs.tf index cd5faef..a3a563b 100644 --- a/examples/redis-replication-group/outputs.tf +++ b/examples/redis-replication-group/outputs.tf @@ -41,9 +41,9 @@ output "replication_group_engine_version_actual" { value = module.elasticache.replication_group_engine_version_actual } -output "replication_group_coniguration_endpoint_address" { +output "replication_group_configuration_endpoint_address" { description = "Address of the replication group configuration endpoint when cluster mode is enabled" - value = module.elasticache.replication_group_coniguration_endpoint_address + value = module.elasticache.replication_group_configuration_endpoint_address } output "replication_group_id" { diff --git a/outputs.tf b/outputs.tf index 17f7120..2b4cf6f 100644 --- a/outputs.tf +++ b/outputs.tf @@ -41,7 +41,7 @@ output "replication_group_engine_version_actual" { value = try(aws_elasticache_replication_group.this[0].engine_version_actual, aws_elasticache_replication_group.global[0].engine_version_actual, null) } -output "replication_group_coniguration_endpoint_address" { +output "replication_group_configuration_endpoint_address" { description = "Address of the replication group configuration endpoint when cluster mode is enabled" value = try(aws_elasticache_replication_group.this[0].configuration_endpoint_address, aws_elasticache_replication_group.global[0].configuration_endpoint_address, null) }