File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
terraform/environment/providers/aws/infra/resources/rds/laraveldb Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ resource "aws_security_group" "rds_default" {
61
61
cidr_blocks = [
62
62
data . terraform_remote_state . core_state . outputs . ec2_private_1a_cidr ,
63
63
data . terraform_remote_state . core_state . outputs . ec2_private_1b_cidr ,
64
+ data . terraform_remote_state . core_state . outputs . ec2_private_1c_cidr ,
64
65
data . terraform_remote_state . core_state . outputs . eks_private_1a_cidr ,
65
- data . terraform_remote_state . core_state . outputs . eks_private_1b_cidr
66
+ data . terraform_remote_state . core_state . outputs . eks_private_1b_cidr ,
67
+ data . terraform_remote_state . core_state . outputs . eks_private_1c_cidr
66
68
]
67
69
ipv6_cidr_blocks = [" ::/0" ]
68
70
security_groups = [data . terraform_remote_state . core_state . outputs . security_group_id ]
You can’t perform that action at this time.
0 commit comments