Terraform module to create security groups and rules
| Name | Version |
|---|---|
| terraform | >= 1.8.4 |
| aws | >= 5.51.0 |
| Name | Version |
|---|---|
| aws | 5.59.0 |
No modules.
| Name | Type |
|---|---|
| aws_security_group.this | resource |
| aws_vpc.default | data source |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| description | (Optional, Forces new resource) Security group description. | string |
"Managed by Terraform" |
no |
| name | (Optional, Forces new resource) Name of the security group. | string |
n/a | yes |
| tags | (Optional) Map of tags to assign to the resource. | map(string) |
{} |
no |
| vpc_id | (Optional, Forces new resource) VPC ID. | string |
null |
no |
| Name | Description |
|---|---|
| security_group_arn | The ARN of the security group |
| security_group_id | The ID of the security group |