We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113f43f commit 1da1d28Copy full SHA for 1da1d28
CHANGELOG.md
@@ -1,8 +1,15 @@
1
+## 1.0.0
2
+
3
+- Break backward compatibility by removing the default security group rules
4
+ that open `6379` to the VPC CIDR range. Module consumers and add their own
5
+ rules via the `security_group_rule` resource.
6
+- Add `cache_security_group_id` as a module output.
7
8
## 0.3.0
9
10
- Add cache name to alarm names so multiple instances do not conflict within
11
the same AWS account.
-- Apply hclfmt.
12
+- Apply `hclfmt`.
13
14
## 0.2.0
15
0 commit comments