Skip to content

Commit

Permalink
Ensure eip are deleted after cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Dec 28, 2023
1 parent ecb4901 commit 99a8db0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ resource "aws_eks_cluster" "kubernetes_cluster" {
aws_iam_role_policy_attachment.AmazonEKSWorkerNodePolicy,
aws_iam_role_policy_attachment.AmazonEKS_CNI_Policy,
aws_iam_role_policy_attachment.AWSLoadBalancerControllerPolicy,
aws_internet_gateway.dss
aws_internet_gateway.dss,
aws_eip.gateway,
aws_eip.ip_crdb
]

version = "1.24"
Expand Down

0 comments on commit 99a8db0

Please sign in to comment.