eip
FlexibleEngineCloud/eip/flexibleengine
Terraform module which creates EIP resource on Flexible Engine
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
| Name | Type | Description | Default |
|---|---|---|---|
| eip_name | string | Name of the EIP | required |
| eip_bandwidth | number | Bandwidth of the EIP in Mbit/s | required |
| eip_count | number | Number of EIP to reserve | 1 |
| protect_eip | bool | Whether or not release EIP (public IP) after ECS destroy | false |
| ext_net_name | string | External network name (do not change) | "admin_external_net" |
public_ip — List of Elastic IP Addressesid — List of Elastic IP IDsTerraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L