Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move Neo4jInternetGateway dependencies to Neo4jInternetGatewayAttachment #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions marketplace/neo4j-community/neo4j.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Resources:

Neo4jRoute:
Type: AWS::EC2::Route
DependsOn: Neo4jInternetGatewayAttachment
Properties:
GatewayId: !Ref Neo4jInternetGateway
RouteTableId: !Ref Neo4jRouteTable
Expand Down
3 changes: 2 additions & 1 deletion marketplace/neo4j-enterprise/neo4j.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Resources:

Neo4jRoute:
Type: AWS::EC2::Route
DependsOn: Neo4jInternetGatewayAttachment
Properties:
GatewayId: !Ref Neo4jInternetGateway
RouteTableId: !Ref Neo4jRouteTable
Expand Down Expand Up @@ -299,7 +300,7 @@ Resources:
VpcId: !Ref Neo4jVPC

Neo4jNetworkLoadBalancer:
DependsOn: Neo4jInternetGateway
DependsOn: Neo4jInternetGatewayAttachment
Type: AWS::ElasticLoadBalancingV2::LoadBalancer
Properties:
IpAddressType: ipv4
Expand Down