Terraform module to deploy a Neutron security-group in a given project. https://ednz.fr
Go to file
2024-04-11 00:09:34 +02:00
examples feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00
modules feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00
.pre-commit-config.yaml feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00
LICENSE feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00
main.tf feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00
outputs.tf feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00
README.md feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00
variables.tf feat(variables): add initial files and start working on variables 2024-04-11 00:09:34 +02:00

terraform-openstack-security-group

Terraform module to deploy a Neutron security-group in a given project.

Requirements

No requirements.

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
delete_default_rules Whether or not to delete the default egress rules applied to the security group.
Default rules allow egress ipv4 and ipv6 to 0.0.0.0/0.
bool false no
description Description for the security group. string null no
name The name of the security group. string n/a yes
tags A list of tags (strings) to apply to the security group list(string) [] no
tenant_id The tenant for which to create the security group.
This is only required for admins creating security groups for other tenant.
string null no

Outputs

No outputs.