Create a EC2 security group and manage it's rules
| Name | Version |
|---|---|
| terraform | ~> 1.3 |
| aws | >= 4.67.0, < 5.0.0 |
| time | ~> 0.9.1 |
| Name | Version |
|---|---|
| aws | >= 4.67.0, < 5.0.0 |
| time | ~> 0.9.1 |
No modules.
| Name | Type |
|---|---|
| aws_security_group.sg | resource |
| aws_security_group_rule.sg_rule | resource |
| time_static.last_update | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| customer | Customer applied to this instance | string |
"" |
no |
| name | Name applied to this instance | string |
"" |
no |
| sg_rules | Security group rules | any |
{ |
no |
| tags | Tags applied to this instance | map(string) |
{ |
no |
| vpc_id | AWS vpc id | string |
n/a | yes |
| Name | Description |
|---|---|
| arn | AWS security group arn |
| id | AWS security group id |
| name | AWS security group name |