security-group
bryan-rhm/security-group/aws
Terraform AWS security group module
Terraform AWS Security group module Requirements | Name | Version | |------|---------| | terraform | >= 1.0.3 | | aws | >= 3.43.0 | Providers | Name | Version | |------|---------| | aws | >= 3.43.0 | Resources | Name | Type | |------|------| | aws_security_group.this | resource | | aws_security_group_rule.rule | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | description | Description for the security group | string | "Created by terraform" | no | | name | Name for the security group | string | n/a | yes | | rules | Ingress/Egress rules to apply to the security group | list(object({ type = string from_port = number to_port = number protocol = string self = optional(bool) description = optional(string) cidr_blocks = o
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Name for the security group | required |
| vpc_id | string | Id of the vpc where the security group will be created | required |
| description | string | Description for the security group | "Created by terraform" |
| rules | list(object({ type | Ingress/Egress rules to apply to the security group | [] |
| tags | map(any) | Map of tags to assign to the resource. | {} |
output — Security group attributesAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,