Skip to content

Create cluster SG rules with aws_vpc_security_group_egress_rule and aws_vpc_security_group_ingress_ruleΒ #3519

@sgorshkov85

Description

@sgorshkov85

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

  • No πŸ›‘: please wait to file a request until the functionality is available in the AWS provider
  • Yes βœ…: please list the AWS provider version that introduced this functionality

Is your request related to a problem? Please describe.

Currently, the module utilizes the "aws_security_group_rule" resource. This resource doesn't support setting tags, which is particularly important for audits. It would be great to migrate.

Describe the solution you'd like.

Get rid of the usage aws_security_group_rule resources, use aws_vpc_security_group_egress_rule and aws_vpc_security_group_ingress_rule

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions