Skip to content

figurate/terraform-aws-security-group

Repository files navigation

AWS Security Group

CI

Purpose: Blueprints for AWS Security Groups.

AWS Security Group

Icons made by Those Icons from www.flaticon.com

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
description Security group description any null no
egress_rules A list of egress rule identifiers list(string) [] no
ingress_rules A list of ingress rule identifiers list(string) [] no
name Security group name any n/a yes
vpc_default Use the default VPC bool true no
vpc_tags Lookup tags to identify VPC map(any) {} no

Outputs

Name Description
security_group_id n/a
security_group_name n/a

About

Provision security groups from pre-defined templates for ingress/egress traffic

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published