Skip to content

Commit

Permalink
Changed the DependsOn value for the RancherELB to PublicGatewayAttach…
Browse files Browse the repository at this point in the history
…ment Part 2

Per the request of the repo owner/maintainer, updated the rke2-eks-cluster-workshop.yaml file where the RacherELB resource property had the same dependency as the rke2-eks-cluster.yaml.
  • Loading branch information
razavi32 authored May 27, 2024
1 parent 41dcc17 commit 892f74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/rke2-eks-cluster-workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ Resources:
Timeout: '5'

RancherELB:
DependsOn: PublicInternetGateway
DependsOn: PublicGatewayAttachment
Type: AWS::ElasticLoadBalancing::LoadBalancer
Properties:
Subnets:
Expand Down

0 comments on commit 892f74f

Please sign in to comment.