Updating eb config
This commit is contained in:
@@ -6,7 +6,7 @@ option_settings:
|
||||
# DBSubnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
# ELBSubnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
aws:autoscaling:launchconfiguration:
|
||||
SecurityGroups: sg-087f33381c535528b
|
||||
SecurityGroups: "sg-087f33381c535528b"
|
||||
# aws:elbv2:loadbalancer:
|
||||
# ManagedSecurityGroup: sg-0e6f91df2ed07050a
|
||||
# SecurityGroups: sg-0e6f91df2ed07050a
|
||||
|
||||
@@ -11,6 +11,11 @@ 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" {
|
||||
|
||||
Reference in New Issue
Block a user