-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Feat: Use Security Group 4.x Module #94
Conversation
The AWS Availability Zone in which to create the file system. Used to create a file system that uses One Zone storage classes.
Skipping as backup plan can be added via https://github.com/cloudposse/terraform-aws-backup
Add note about providing a single subnet in the same AZ when setting this argument
/test all |
/test all |
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.
a few comments
/test all |
Co-authored-by: Nuru <Nuru@users.noreply.github.com>
Co-authored-by: Nuru <Nuru@users.noreply.github.com>
Co-authored-by: Nuru <Nuru@users.noreply.github.com>
/test all |
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.
I reverted changes to availability_zone_name
and kms_key_id
because they were not worth breaking backward compatibility for, because there is no Terraform logic that is affected by the value.
I restored associated_security_group_ids
because it is useful.
Co-authored-by: Nuru <Nuru@users.noreply.github.com>
Co-authored-by: Nuru <Nuru@users.noreply.github.com>
This Pull Request has been updated, so we're dismissing all reviews.
/test all |
what
make github/init
why
build-harness
references
efs_backup_policy_enabled
#86commands
Verified enabled=false
Backwards compatibility with 0.30.1 and earlier using security_group_name override
This is to avoid recreation of the efs file system due to the name change
Deployed 0.30.1, performed `state mv`s, and then ran a plan to ensure nothing would break