Skip to content

Commit

Permalink
Update eks.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Dec 27, 2024
1 parent b9c9877 commit 02ec6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf_files/aws/commons/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ module "eks" {
eks_public_access = var.eks_public_access
enable_vpc_endpoints = var.enable_vpc_endpoints
spot_linked_role = var.spot_linked_role
csoc_account_id = var.csoc_account_id
depends_on = [module.cdis_vpc.vpc_id, module.cdis_vpc.vpc_peering_id, module.cdis_vpc.squid_auto]
}

0 comments on commit 02ec6cf

Please sign in to comment.