Skip to content

Commit

Permalink
Add user_group_id attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmei committed Dec 21, 2023
1 parent a6a6046 commit dccfa8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ resource "awscc_elasticache_serverless_cache" "this" {
}
}

user_group_id = var.user_group_id

final_snapshot_name = "${var.name}-elasticache-serverless-final-snapshot"
kms_key_id = var.kms_key_id
security_group_ids = var.security_groups
Expand Down

0 comments on commit dccfa8a

Please sign in to comment.