Improve this page

Back to AWS Terraform templates index <–

AWS Security group with Terraform

Aws_Security_group by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "AWS_Security_group" {
    security_group_name = "cloudboost_securitygroup"
    vpc_id              = "vpc-0ac9efbdb4bf47b83"
    ingress_sg_ports    = "80" ,"22"
    egress_sg_ports     = "0"
}