Skip to content

Commit

Permalink
removing name
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Dec 18, 2023
1 parent 3e5a1f7 commit 64c3676
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/efs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ resource "aws_efs_file_system" "storage_class" {
encrypted = true
performance_mode = "generalPurpose"
throughput_mode = "elastic"


tags = {
Name = "${var.namespace}-efs-${random_pet.efs.id}"
}
}

resource "aws_efs_backup_policy" "storage_class" {
Expand All @@ -34,6 +29,7 @@ resource "aws_security_group" "storage_class_nfs" {
protocol = "tcp"
security_groups = [var.primary_workers_security_group_id]
}

}


Expand Down

0 comments on commit 64c3676

Please sign in to comment.