Skip to content

Commit

Permalink
Rm unused local
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jul 25, 2024
1 parent 40eeea8 commit 6779e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/aws/efs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ resource "aws_efs_file_system" "homedirs" {
}

locals {
fs_ids = toset(values(aws_efs_file_system.homedirs)[*].id)
fs_dns_names = toset(values(aws_efs_file_system.homedirs)[*].dns_name)
fs_ids = toset(values(aws_efs_file_system.homedirs)[*].id)

subnet_ids = toset(data.aws_subnets.cluster_node_subnets.ids)

Expand Down

0 comments on commit 6779e43

Please sign in to comment.