Skip to content

Conversation

@arunlalp
Copy link
Contributor

This pull request includes several refactoring changes to the Security Group module. The following updates have been made:

  1. Module Rename:
    The module name has been changed from 'ec2-sg' to 'security-group' to enhance clarity and conformity with naming conventions.

  2. Add vpc_id Parameter:
    A new parameter named 'vpc_id' has been introduced to the module. This allows the creation of security groups for different VPCs by providing the respective VPC ID.

  3. Convert Egress Rule to Variables:
    The egress rule in the module has been refactored to use variables for egress ports, protocol, and CIDR blocks. This enhancement provides greater flexibility in defining egress rules according to specific requirements.

Fixes #12

@techiescamp techiescamp merged commit f7e56a1 into techiescamp:master Jul 23, 2023
techiescamp pushed a commit that referenced this pull request Sep 5, 2023
Merge branch 'techiescamp:master' into gitlab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Required changes for Security group Module

2 participants