We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When creating an EFS volume with a KMS key encryption, AWS Backup fails
To Reproduce
module "app_efs" { source = "rhythmictech/efs-filesystem/aws" version = "~> 0.1.1" name = "${var.env}-efs" allowed_security_groups = [aws_security_group.allow_app_efs_access.id] enable_backups = true provisioned_throughput = var.efs_provisioned_throughput subnets = data.terraform_remote_state.network.outputs.private_subnets throughput_mode = var.efs_throughput_mode vpc_id = local.vpc_id additional_tags = "" }
Expected behavior creating an EFS volume using encryption without specifying a DMS key allows EFS backups when they are configured
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
sblack4
No branches or pull requests
Describe the bug
When creating an EFS volume with a KMS key encryption, AWS Backup fails
To Reproduce
Expected behavior
creating an EFS volume using encryption without specifying a DMS key allows EFS backups when they are configured
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: