Updating eb config
This commit is contained in:
@@ -11,9 +11,14 @@ output "aws_security_group_ec2_security_group" {
|
||||
description = "Security group for the EC2 instances applied by the Elastic Scaler."
|
||||
}
|
||||
|
||||
output "aws_security_group_ec2_security_group_rds" {
|
||||
value = aws_security_group.rds_security_group_public.id
|
||||
description = "Security group for the RDS instance allowing public access."
|
||||
}
|
||||
|
||||
# RDS
|
||||
|
||||
output "rds_instance_endpoint" {
|
||||
value = module.rds_instance.instance_endpoint
|
||||
value = module.rds_instance.instance_endpoint
|
||||
description = "Endpoint of the RDS instance."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user