We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a52f9 commit 3e49a9cCopy full SHA for 3e49a9c
README.md
@@ -88,6 +88,7 @@ module "redis" {
88
89
deploy_redis = true
90
deploy_redis_parameter_group = true
91
+
92
security_group_ids = [module.security_group.security_group_id]
93
account_id = "123456789012"
94
email = "demo@demo.com"
examples/test.tf
@@ -3,6 +3,7 @@ module "redis" {
3
4
5
6
7
8
account_id = "755921336062"
9
email = "varun.tomar@databricks.com"
0 commit comments