All notable changes to this module will be documented in this file.
- Update data
data.aws_iam_policy_document.efs_resource_based_policy
's argumentstatement[0].resources
from["arn:aws:elasticfilesystem:${data.aws_region.this.name}:${data.aws_caller_identity.this.id}:file-system/${aws_efs_file_system.default[0].id}"]
to["*"]
- Update efs iam policy principals to account scope
- Add variable
var.additional_efs_resource_policies
- Add variable
var.bypass_policy_lockout_safety_check
- Add data
data.aws_caller_identity.this
- Add data
data.aws_region.this
- Add data
data.aws_iam_policy_document.efs_resource_based_policy
- Add data
data.aws_iam_policy_document.this
to mergedata.aws_iam_policy_document.efs_resource_based_policy[0].json
with variablesadditional_efs_resource_policies
- Add resource
aws_efs_file_system_policy.policy
- LICENSE
- CONTRIBUTING.md
- Examples
- simple
- complete
- rename security.tf to sg.tf
- Outputs
dns_name
- init terraform-aws-efs