From d7218f782c503fde8e6ac76eae13daa0551d8772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Wed, 18 Sep 2024 17:07:56 +0200 Subject: [PATCH] chore: removing unused data --- modules/cluster/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/cluster/main.tf b/modules/cluster/main.tf index 3c009dc..a3c0b1c 100644 --- a/modules/cluster/main.tf +++ b/modules/cluster/main.tf @@ -9,8 +9,6 @@ data "aws_eks_cluster_auth" "cluster" { name = var.cluster_name } -data "aws_availability_zones" "available" {} - data "aws_caller_identity" "current" {} // ----------------------------------------------------------------------------