From 0809c7551556624b54eac2c69514c3abcead8a2c Mon Sep 17 00:00:00 2001 From: "simeon.zhekov" Date: Fri, 19 Apr 2024 10:54:33 +0300 Subject: [PATCH] [GDB-10116] Fix duplicate entry --- modules/graphdb/main.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/graphdb/main.tf b/modules/graphdb/main.tf index 583a9b9..c2356d5 100644 --- a/modules/graphdb/main.tf +++ b/modules/graphdb/main.tf @@ -30,10 +30,6 @@ data "aws_ami" "graphdb" { } } -data "aws_default_tags" "current" { - provider = aws.main -} - data "aws_subnet" "subnet" { count = length(var.graphdb_subnets) id = var.graphdb_subnets[count.index]