Tags: study-training-cources/terraform-aws-elasticache-redis
Tags
chore: bump security group module version (cloudposse#210) * chore: bump security group module version Signed-off-by: Andrew den Hertog <[email protected]> * chore: gen docs Signed-off-by: Andrew den Hertog <[email protected]> * task: make new vars avaialbe Signed-off-by: Andrew den Hertog <[email protected]> * chore: run format: Signed-off-by: Andrew den Hertog <[email protected]> --------- Signed-off-by: Andrew den Hertog <[email protected]>
New variables: create_parameter_group and parameter_group_name (cloud… …posse#208) * new variable: parameter_group_name * new variable: create_parameter_group * update README * remove comment * Update parameter group description Co-authored-by: Andriy Knysh <[email protected]> * change module.this.enabled to local.enabled * replace . with - --------- Co-authored-by: Andriy Knysh <[email protected]>
Allow Module to Disable or Enable Cluster Mode for Existing Deployment ( cloudposse#181) * added compact for when resource dne * make readme
Allow Module to Disable or Enable Cluster Mode for Existing Deployment ( cloudposse#181) * added compact for when resource dne * make readme
Support AWS Provider V5 (cloudposse#203) * Support AWS Provider V5 * Update main.tf * upd * upd * upd
feat: Add support for aws provider 5.0 (cloudposse#198) * feat: Add support for aws provider 5.0 * update examples * Apply suggestions from code review Co-authored-by: Andriy Knysh <[email protected]> --------- Co-authored-by: Andriy Knysh <[email protected]>
Groundwork new workflows (cloudposse#193) * Baseline fixes * Groundwork new workflows * fix regex
Groundwork new workflows (cloudposse#193) * Baseline fixes * Groundwork new workflows * fix regex
Fix breaking change introduced in 0.46.0 - `user_group_ids` conflicts… ( cloudposse#184) * Fix breaking chanke introduced in 0.46.0 - `user_group_ids` conflicts with `auth_token` If you specify only `auth_token` - Terraform plan will fail because it interprets `user_group_ids = []` as specified value * Auto Format Co-authored-by: cloudpossebot <[email protected]>