apfm-actions/terraform-elasticache-action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 7, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: apfm-actions/terraform-elasticache-action@1f454fa757579cd9f2d48bd3aace60ac7ba8a679 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
engineSelect between memcached or redis ElastiCache typesyes
engine_versionSpecify engine version to useno
portSpecify port to listen on (default: redis=6370, memcached=11211)no
vpc_idVPC ID to attach cluster tono
subnet_idsComma seperated of subnet ids to attach the cluster tono
node_typeAWS Instance typecache.t2.micro
node_countNumber of nodes in cluster to create (memcached only)1
maintenance_windowAWS Maintenance Windowsun:02:30-sun:03:30
planPerform terraform plantrue
deployPerform terraform applytrue
destroyPerform terraform destroyfalse
debugEnabling debuggingfalse
namedescription
endpointReplication group leader in the form of "dnsname:port"
addressDNS Name of the replication group leader
portTCP/IP port of the replication group leader