Skip to content

Commit

Permalink
[GDB-10116] Fix duplicate entry
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhekoff committed Apr 19, 2024
1 parent 7afb3e1 commit 0809c75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/graphdb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0809c75

Please sign in to comment.