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

feat: add support for redis serverless #235

Merged
merged 15 commits into from
Jun 11, 2024

Conversation

syphernl
Copy link
Contributor

what

  • Add support for Serverless Redis instances

why

  • Supporting Redis Serverless for demanding applications

notes

  • This upgrades the required version of the AWS provider from ">= 5.27.0" to ">= 5.32" as this is the first release where aws_elasticache_serverless_cache was introduced

@syphernl syphernl requested review from a team as code owners June 10, 2024 06:24
@mergify mergify bot added the triage Needs triage label Jun 10, 2024
Copy link
Contributor

mergify bot commented Jun 10, 2024

These changes were released in v1.3.0.

@mergify mergify bot added the needs-cloudposse Needs Cloud Posse assistance label Jun 10, 2024
@Benbentwo
Copy link
Member

/terratest

@mergify mergify bot removed the triage Needs triage label Jun 10, 2024
main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
syphernl and others added 2 commits June 11, 2024 08:23
Co-authored-by: Benjamin Smith <ben.smith.developer@gmail.com>
Co-authored-by: Benjamin Smith <ben.smith.developer@gmail.com>
@syphernl syphernl requested a review from Benbentwo June 11, 2024 06:23
@Benbentwo
Copy link
Member

/terratest

@Benbentwo Benbentwo enabled auto-merge (squash) June 11, 2024 19:10
@Benbentwo Benbentwo merged commit bfbf363 into cloudposse:main Jun 11, 2024
15 checks passed
@mergify mergify bot removed the needs-cloudposse Needs Cloud Posse assistance label Jun 11, 2024
@@ -277,3 +277,34 @@ variable "auto_minor_version_upgrade" {
default = null
description = "Specifies whether minor version engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. Only supported if the engine version is 6 or higher."
}

# Add boolean to create a serverless cluster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a leftover comment, used for an AI to generate this variable code :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants