Skip to content

Commit

Permalink
Update README.md (#10)
Browse files Browse the repository at this point in the history
Variable `attributes` should be an array.
  • Loading branch information
maokomioko authored and aknysh committed Apr 9, 2018
1 parent e0be797 commit 86c47c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "efs" {
namespace = "global"
name = "app"
stage = "prod"
attributes = "efs"
attributes = ["efs"]
aws_region = "${var.aws_region}"
vpc_id = "${var.vpc_id}"
Expand Down

0 comments on commit 86c47c9

Please sign in to comment.