Skip to content

Commit

Permalink
fix: Add 'Name' Tag to EFS File System (#387)
Browse files Browse the repository at this point in the history
Add Name to EFS
  • Loading branch information
X-Guardian committed Dec 21, 2023
1 parent ef80167 commit fb4acfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ module "efs" {
version = "1.3.1"

create = var.create && var.enable_efs
name = var.name

# File system
availability_zone_name = try(var.efs.availability_zone_name, null)
Expand Down

0 comments on commit fb4acfc

Please sign in to comment.