-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added option to automatically allow access for Datapipeline controlled instance to the backed up EFS #4
Conversation
README.md
Outdated
@@ -51,7 +46,8 @@ output "efs_backup_security_group" { | |||
| name | `` | Name (e.g. `efs-backup`) | Yes | | |||
| region | `us-east-1` | AWS Region where module should operate (e.g. `us-east-1`)| Yes | | |||
| vpc_id | `` | AWS VPC ID where module should operate (e.g. `vpc-a22222ee`)| Yes | | |||
| efs_ids | [] | List of EFS ID | Yes | | |||
| efs_mount_target_id | `` | Elastic File System Mount Target (EFS) | Yes | | |||
| change_security_group | `false` | Should the module modify EFS security groups | No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to modify_security_group
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change is confusing because it could mean you will replace the security group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed
614a52a
to
7418f0c
Compare
f9ebcfc
to
7dcc42d
Compare
What
Why
aws_efs_mount_target
exists for each EFS and provides more info than the datasourceaws_efs_file_system
. Also, we no longer need to remember that we should add an allow rule to EFS security groups.