Skip to content

Commit 3e49a9c

Browse files
committed
initial commit
1 parent 00a52f9 commit 3e49a9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ module "redis" {
8888
8989
deploy_redis = true
9090
deploy_redis_parameter_group = true
91+
9192
security_group_ids = [module.security_group.security_group_id]
9293
account_id = "123456789012"
9394
email = "demo@demo.com"

examples/test.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module "redis" {
33

44
deploy_redis = true
55
deploy_redis_parameter_group = true
6+
67
security_group_ids = [module.security_group.security_group_id]
78
account_id = "755921336062"
89
email = "varun.tomar@databricks.com"

0 commit comments

Comments
 (0)