Skip to content

Commit 2a1f870

Browse files
rpoluriRaj Poluri
and
Raj Poluri
authored
Feature/fix healthcheck (#106)
* update sg cidr to fix healthcheck * update changelog Co-authored-by: Raj Poluri <rpoluri@expediagroup.com>
1 parent b660057 commit 2a1f870

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [3.5.1] - 2022-03-17
7+
- Update waggle-dance security group ingress to fix healthcheck.
8+
69
## [3.5.0] - 2022-03-17
710
- Variable to enable autoscaling in ECS deployments.
811

sg.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "aws_security_group" "wd_sg" {
2727
from_port = 0
2828
to_port = 0
2929
protocol = "-1"
30-
cidr_blocks = [data.aws_vpc.waggledance_vpc.cidr_block]
30+
cidr_blocks = data.aws_vpc.waggledance_vpc.cidr_block_associations.*.cidr_block
3131
}
3232

3333
egress {

0 commit comments

Comments
 (0)