Skip to content

Commit

Permalink
chore: remove unused subnet data source
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-hill2802 committed Jan 22, 2024
1 parent f257b5b commit 2db9400
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
locals {
name = format("%s-%s", var.service_name, var.env)
}

data "aws_subnet" "gatus" {
for_each = var.subnets
id = each.value
}

0 comments on commit 2db9400

Please sign in to comment.