Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed May 23, 2024
1 parent 974b38e commit 60857aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions terraform/modules/efs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ resource "aws_efs_file_system" "file_system" {
}
}

tags = {
Name = "efs-fs1"
CORE_BACKUPS_RETENTION = var.core_backups_retention
tags = { #TAGS GO HERE
Name = "efs-fs1"
}
}

Expand Down

0 comments on commit 60857aa

Please sign in to comment.