Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Sep 21, 2023
1 parent 52f05dd commit cd75372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_iam_policy" "efs" {
name_prefix = "${var.cluster_name}-access-to-efs"
description = "EFS Access policy for cluster"
policy = data.aws_iam_policy_document.efs.json
tags = local.tags
tags = local.tags
}
# https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/iam-policy-example.json
data "aws_iam_policy_document" "efs" {
Expand Down

0 comments on commit cd75372

Please sign in to comment.