Skip to content

Commit 63d12bc

Browse files
authored
Update modules/comet_rds/variables.tf
Correct description for rds_allow_from_sg in RDS submodule variables
1 parent a0e1c13 commit 63d12bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comet-infrastructure/modules/comet_rds/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "rds_private_subnets" {
1919
}
2020

2121
variable "rds_allow_from_sg" {
22-
description = "Security group from which to allow connections to RDS, for use when provisioning in existing VPC"
22+
description = "Security group from which to allow connections to RDS"
2323
type = string
2424
}
2525

@@ -71,4 +71,4 @@ variable "rds_database_name" {
7171
variable "rds_root_password" {
7272
description = "Root password for RDS database"
7373
type = string
74-
}
74+
}

0 commit comments

Comments
 (0)