Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.03 KB

The Terraform module of HUAWEI Cloud EIP service

What capabilities does the current module provide:

  • Flexible EIP resource combination (through multiple EIP sub-modules)
  • Abundant example references, one-click deployment of EIP resources.

Notes

If you want to manage EIP resources using Terraform module (via this repository), you need to make the following declaration in the source of the script.

# Use the latest version.
module "eip_ipv4_publicip" {
  source = "github.com/terraform-huaweicloud-modules/terraform-huaweicloud-eip/modules/eip-publicip"

  ...
}

Contributing

Report issues/questions/feature requests in the issues section.

Full contributing guidelines are covered here.

Requirements

Name Version
Terraform >= 1.3.0
Huaweicloud Provider >= 1.73.0

Modules

No module.

Resources

No resource.

Inputs

No input.

Outputs

No output.