| Name | Version |
|---|---|
| terraform | >= 1.0.3 |
| aws | >= 3.43.0 |
| Name | Version |
|---|---|
| aws | >= 3.43.0 |
| Name | Type |
|---|---|
| aws_security_group.this | resource |
| aws_security_group_rule.rule | resource |
| 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({ |
[] |
no |
| tags | Map of tags to assign to the resource. | map(any) |
{} |
no |
| vpc_id | Id of the vpc where the security group will be created | string |
n/a | yes |
| Name | Description |
|---|---|
| output | Security group attributes |