security-group

julienlevasseur/security-group/openstack

Terraform Module HCL OPENSTACK

Terraform OpenStack Security Group Module

Install
module "security-group" {
source = "julienlevasseur/security-group/openstack"
version = "0.1.0"
}
plain text: /constructs/tfmod-julienlevasseur-security-group-openstack/install.txt
⭐ Source on GitHub 📦 Registry page
README

README Provide a basic configuration to describe an OpenStack Security Group with Terraform. Usage ``HCL module "openstack_secgroup_ssh" { source = "julienlevasseur/security-group/openstack" name = "std_ssh_rhel_base" description = "Wide SSH access" from_port = 22 to_port = 22 ip_protocol = "tcp" cidr = "0.0.0.0/0" } `` Authors Julien Levasseur (https://github.com/julienlevasseur)

Inputs (6)
NameTypeDescriptionDefault
nameanyA unique name for the resource required
descriptionany A description for the security group required
from_portanyAn integer representing the lower bound of the port range to open required
to_portanyAn integer representing the upper bound of the port range to open required
ip_protocolanyThe protocol type that will be allowed required
cidranyThe IP range that will be the source of network traffic to the security group. U required
Outputs (1)
name — The name of the Security Group resource
Resources (1)
openstack_compute_secgroup_v2
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud OPENSTACK
Total downloads818
Inputs6
Outputs1
Resources1
Namespacejulienlevasseur
Updated