network
cktf/network/openstack
Terraform Module
HCL
OPENSTACK
Terraform OpenStack Network Module
Install
module "network" {
source = "cktf/network/openstack"
version = "1.3.1"
}
README
Terraform OpenStack Network Network is a Terraform module useful for creating network, subnet, router resources on OpenStack Installation Add the required configurations to your terraform config file and install module using command bellow: ``bash terraform init ` Usage `hcl module "network" { source = "cktf/network/openstack" name = "mynet" description = "My Network" external = "external" subnets = ["192.168.1.0/24", "192.168.2.0/24"] tenant_id = data.openstack_identity_project_v3.this.id } `` Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. License MIT
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Network Name | "" |
| description | string | Network Description | "" |
| external | string | Network External | "" |
| subnets | list(string) | Network Subnets | [] |
| tenant_id | string | Tenant ID | "" |
Outputs (1)
id — Network IDResources (4)
openstack_networking_network_v2openstack_networking_router_interface_v2openstack_networking_router_v2openstack_networking_subnet_v2
Details
FrameworkTerraform Module
LanguageHCL
Version1.3.1
Cloud OPENSTACK
★ Stars0
Forks0
Total downloads473
Inputs5
Outputs1
Resources4
Namespacecktf
Updated