Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafikbahri/tf-aws-sg

Terrform module for AWS Security Group
https://github.com/rafikbahri/tf-aws-sg

aws terraform terraform-module

Last synced: 3 days ago
JSON representation

Terrform module for AWS Security Group

Awesome Lists containing this project

README

        

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.5 |
| [aws](#requirement\_aws) | >= 5.67.0 |

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 5.67.0 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [aws_security_group.sg](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [description](#input\_description) | Security group description | `string` | `""` | no |
| [egress\_rules](#input\_egress\_rules) | List of egress rules | `list(any)` | `[]` | no |
| [ingress\_rules](#input\_ingress\_rules) | List of ingress rules | `list(any)` | `[]` | no |
| [name](#input\_name) | Name of the security group | `string` | `"security_group"` | no |
| [tags](#input\_tags) | Security group tags | `map(string)` | `{}` | no |
| [vpc\_id](#input\_vpc\_id) | Associated VPC ID | `string` | `""` | no |

## Outputs

| Name | Description |
|------|-------------|
| [sg\_id](#output\_sg\_id) | ID of the created security groups |