Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ElastiCache Redis versioning #23734

Merged
merged 17 commits into from
Apr 23, 2022
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a , in the engine_version_actual description
bschaatsbergen authored and gdavison committed Apr 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit db5d1e6ad99bd133ba505c96f54bfe2edca38dad
2 changes: 1 addition & 1 deletion website/docs/r/elasticache_cluster.html.markdown
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ The minimum maintenance window is a 60 minute period. Example: `sun:05:00-sun:09
In addition to all arguments above, the following attributes are exported:

* `arn` - The ARN of the created ElastiCache Cluster.
* `engine_version_actual` - Because ElastiCache pulls the latest minor or patch for a version this attribute returns the running version of the cache engine.
* `engine_version_actual` - Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine.
* `cache_nodes` - List of node objects including `id`, `address`, `port` and `availability_zone`.
* `cluster_address` - (Memcached only) DNS name of the cache cluster without the port appended.
* `configuration_endpoint` - (Memcached only) Configuration endpoint to allow host discovery.
Original file line number Diff line number Diff line change
@@ -230,7 +230,7 @@ The `log_delivery_configuration` block allows the streaming of Redis [SLOWLOG](h
In addition to all arguments above, the following attributes are exported:

* `arn` - ARN of the created ElastiCache 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.
* `engine_version_actual` - Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine.
* `cluster_enabled` - Indicates if cluster mode is enabled.
* `configuration_endpoint_address` - Address of the replication group configuration endpoint when cluster mode is enabled.
* `id` - ID of the ElastiCache Replication Group.