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 a0e1c13 commit 63d12bcCopy full SHA for 63d12bc
comet-infrastructure/modules/comet_rds/variables.tf
@@ -19,7 +19,7 @@ variable "rds_private_subnets" {
19
}
20
21
variable "rds_allow_from_sg" {
22
- description = "Security group from which to allow connections to RDS, for use when provisioning in existing VPC"
+ description = "Security group from which to allow connections to RDS"
23
type = string
24
25
@@ -71,4 +71,4 @@ variable "rds_database_name" {
71
variable "rds_root_password" {
72
description = "Root password for RDS database"
73
74
-}
+}
0 commit comments