Skip to content

Add security group to outputs #75

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jkkitakita
Copy link

This pull request adds several new outputs to the Terraform modules for AWS EC2, ECS, and ECS EC2. These outputs provide the security group ARNs and IDs for various AWS resources, which can be useful for referencing these security groups in other parts of the infrastructure configuration.

New outputs added:

AWS EC2 Module:

  • Added ec2_security_group_arn and ec2_security_group_id outputs to provide the ARN and ID of the security group associated with the EC2 instance.

AWS ECS Module:

  • Added ecs_alb_security_group_arn and ecs_alb_security_group_id outputs to provide the ARN and ID of the security group associated with the Retool ALB.
  • Added ecs_containers_security_group_arn and ecs_containers_security_group_id outputs to provide the ARN and ID of the security group associated with the Retool containers.
  • Added rds_security_group_arn and rds_security_group_id outputs to provide the ARN and ID of the security group associated with the RDS instance.

AWS ECS EC2 Module:

  • Added ecs_alb_security_group_arn and ecs_alb_security_group_id outputs to provide the ARN and ID of the security group associated with the Retool ALB.
  • Added ecs_ec2_security_group_arn and ecs_ec2_security_group_id outputs to provide the ARN and ID of the security group associated with the Retool EC2.
  • Added rds_security_group_arn and rds_security_group_id outputs to provide the ARN and ID of the security group associated with the RDS instance.

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.

1 participant