Skip to content

Commit

Permalink
Removing the hardcoded clusterId in aws-ts-airflow elasticacheCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Oct 10, 2019
1 parent 2870a76 commit 37d222c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-ts-airflow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const cacheSubnets = new aws.elasticache.SubnetGroup("cachesubnets", {
});

const cacheCluster = new aws.elasticache.Cluster("cachecluster", {
clusterId: `cache-${pulumi.getStack()}`.substr(0, 20),
engine: "redis",

nodeType: "cache.t2.micro",
Expand Down

0 comments on commit 37d222c

Please sign in to comment.