Skip to content

Commit

Permalink
Merge pull request #27 from Flaconi/add-apply-immediately-to-redis
Browse files Browse the repository at this point in the history
Add apply_immediately to Redis
  • Loading branch information
czerasz-flaconi authored Feb 5, 2020
2 parents 8451a3a + 44f617f commit 6d52ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ _gen-examples:
-e DELIM_START='$(DELIM_START)' \
-e DELIM_CLOSE='$(DELIM_CLOSE)' \
cytopia/terraform-docs:$(TF_DOCS_VERSION) \
terraform-docs-replace-012 --sort-inputs-by-required --with-aggregate-type-defaults md $${DOCKER_PATH}/README.md; then \
terraform-docs-replace-012 --sort-inputs-by-required --with-aggregate-type-defaults md README.md; then \
echo "OK"; \
else \
echo "Failed"; \
Expand Down
2 changes: 2 additions & 0 deletions redis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ resource "aws_elasticache_replication_group" "this" {
at_rest_encryption_enabled = var.redis_at_rest_encryption_enabled
transit_encryption_enabled = var.redis_transit_encryption_enabled

apply_immediately = true

tags = merge(
{
"Name" = local.redis_cluster_id
Expand Down

0 comments on commit 6d52ad1

Please sign in to comment.