Skip to content

Commit 87a895a

Browse files
committed
add Airflow demo files
1 parent b900a6d commit 87a895a

File tree

6 files changed

+696
-1
lines changed

6 files changed

+696
-1
lines changed

cloudformation/95_airflow-webserver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Resources:
117117
WebserverAlbTargetGroup:
118118
Type: AWS::ElasticLoadBalancingV2::TargetGroup
119119
Properties:
120-
Name: !Join ["-", [!ImportValue parameter-ServiceName, !ImportValue parameter-Environment, "webserver-alb-target-group"]]
120+
Name: !Join ["-", [!ImportValue parameter-ServiceName, !ImportValue parameter-Environment, "alb-tg"]]
121121
Port: 8080
122122
Protocol: HTTP
123123
VpcId: !ImportValue network-VpcId

0 commit comments

Comments
 (0)