Terraform module for security-group on aws
module "security-group" {
source = "registry.patterneddesigns.ca/patterneddesigns/security-group/aws"
version = "0.1.0"
}name
requiredName of the security group
vpc_id
requiredVPC ID where the security group will be created
ingress_rulesList of ingress rules
egress_rulesList of egress rules
tagsTags to apply to all resources
publish_ssm_parametersPublish security group metadata to SSM Parameter Store for discovery by other modules
security_group_idID of the security group
security_group_arnARN of the security group
security_group_nameName of the security group
ssm_parameter_pathsSSM parameter paths where security group metadata is published