Skip to content

cloud-labs-infra/terraform-huaweicloud-eip

Repository files navigation

EIP

Manages an EIP resource within HuaweiCloud

Requirements

Name Version
terraform ~> 1.7
huaweicloud ~>1.63

Providers

Name Version
huaweicloud ~>1.63

Modules

No modules.

Resources

Name Type
huaweicloud_vpc_eip.main resource

Inputs

Name Description Type Default Required
auto_renew Specifies whether auto renew is enabled bool false no
eip EIP configuration
Possible values for type are '5_bgp' (dynamic BGP) and '5_sbgp' (static BGP)
object({
type = optional(string, "5_bgp")
ip_address = optional(string, null)
ip_version = optional(number, 4)
bandwidth = object({
size = optional(number, 5)
share_type = optional(string, "PER")
charge_mode = optional(string, "traffic")
})
})
{
"bandwidth": {}
}
no
name Specifies the name of the EIP string n/a yes
name_postfix Name Postfix for EIP string null no
region Specifies the region in which to create the resource. If omitted, the provider-level region will be used string null no
tags Specifies the key/value pairs to associate with the VPC map(string) {} no

Outputs

Name Description
address The IPv4 address of the EIP
id The resource ID in UUID format
ipv6_address The IPv6 address of the EIP
port_id The port ID which the EIP associated with
private_ip The private IP address bound to the EIP
status The status of EIP

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages