Skip to content

Commit

Permalink
make efs attachable for stateful example
Browse files Browse the repository at this point in the history
  • Loading branch information
casualuser authored Sep 11, 2023
1 parent 4de99b4 commit 38934d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/stateful/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ module "efs" {
name = local.name

# Mount targets / security group
attach_policy = false
mount_targets = {
for k, v in zipmap(local.azs, module.vpc.private_subnets) : k => { subnet_id = v }
}
Expand Down

0 comments on commit 38934d9

Please sign in to comment.