eip

FlexibleEngineCloud/eip/flexibleengine

Terraform Module HCL FLEXIBLEENGINE

Terraform module which creates EIP resource on Flexible Engine

Install
module "eip" {
source = "FlexibleEngineCloud/eip/flexibleengine"
version = "2.0.1"
}
plain text: /constructs/tfmod-flexibleenginecloud-eip-flexibleengine/install.txt
⭐ Source on GitHub 📦 Registry page
README

Flexible Engine EIP Terraform Module Terraform module which creates EIP (Elastic IP addresses => Public IP addresses) resource on Flexible Engine WORK IN PROGRESS Usage ``hcl module "protected_eip" { source = "." eip_count = 3 eip_name = "test" eip_bandwidth = 8 protect_eip = true } ` Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:-----:| | eip\_bandwidth | Bandwidth of the EIP in Mbit/s | number | n/a | yes | | eip\_count | Number of EIP to reserve | number | 1 | no | | eip\_name | Name of the EIP | string | n/a | yes | | ext\_net\_name | External network name (do not change) | string | "admin_external_net" | no | | protect\_eip | Whether or not release EIP (public IP) after ECS destroy | bool | false` | no | Outputs | Name | Description

Inputs (5)
NameTypeDescriptionDefault
eip_namestringName of the EIP required
eip_bandwidthnumberBandwidth of the EIP in Mbit/s required
eip_countnumberNumber of EIP to reserve1
protect_eipboolWhether or not release EIP (public IP) after ECS destroyfalse
ext_net_namestringExternal network name (do not change)"admin_external_net"
Outputs (2)
public_ip — List of Elastic IP Addresses
id — List of Elastic IP IDs
Resources (1)
flexibleengine_vpc_eip_v1
Topics & Tags
terraform-module
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.1
Cloud FLEXIBLEENGINE
★ Stars1
Forks1
Total downloads1.0k
Inputs5
Outputs2
Resources1
Examples1
LicenseApache-2.0
NamespaceFlexibleEngineCloud
Updated