You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyway, if you want to combine Custom Security group (Create a new one) and attach another SG is not allowed, no?
Or use custom Security group and attach sg with rules.
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
I couldn't find the version but in short, it uses the
security_groups
attribute from https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_mount_targetIs your request related to a problem? Please describe.
There are times when we need to pass an existing security group to the
aws_efs_mount_target
resource, currently this is not possibly with this module.Describe the solution you'd like.
Create a new variable
security_groups
and add it as part of the logic taken on https://github.com/terraform-aws-modules/terraform-aws-efs/blob/master/main.tf#L149The text was updated successfully, but these errors were encountered: