Skip to content

Commit

Permalink
Pass apply_immediately variable to aws_elasticache_cluster resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris D'Aloisio committed Oct 11, 2020
1 parent 2b6e7b7 commit de5dd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ locals {

resource "aws_elasticache_cluster" "default" {
count = var.enabled ? 1 : 0
apply_immediately = var.apply_immediately
cluster_id = module.label.id
engine = "memcached"
engine_version = var.engine_version
Expand Down

0 comments on commit de5dd4d

Please sign in to comment.