Skip to content

Releases: gutierrezps/huaweicloud-lld-to-terraform

v0.4.0

19 Aug 20:08
Compare
Choose a tag to compare
  • LLD: Add EIP, NAT Gateway and NAT rules support;
  • metadata: Add parameters for EIP, NAT and NATrules sheet names;
  • Create separate files for provider configuration and variables (fix #1);
  • Updated Terraform provider version to 1.67.1.

v0.3.2

21 Sep 03:37
Compare
Choose a tag to compare
  • Add LLD documentation;
  • Renamed app.py to __main__.py, command now is python -m app;
  • Updated Terraform provider version to 1.55.0;
  • Small cosmetic updates in the LLD spreadsheet (and added comment metadata
    with repository link and version).

v0.3.1

17 Jul 17:40
Compare
Choose a tag to compare
  • Fix different security groups for different NICs not being set in security_group_ids of ECS resource;
  • Fix ValueError exception not being handled.

v0.3.0

22 Jun 21:12
Compare
Choose a tag to compare
  • LLD: Add Enterprise Project column to Security Group tag;
  • LLD: Renamed "Enterprise Project Name" column in ECS tab to "Enterprise Project";
  • LLD: Removed "Password or Keypair" column in ECS tab, because "OS Password" is mandatory in order to set a keypair;
  • metadata: Added "ECS last wave" parameter;
  • LLD: "Wave" column in ECS tab is now mandatory; if wave is negative or larger than "ECS last wave" parameter, the ECS will be ignored;
  • LLD: Add "Dedicated Host" column to ECS tab;
  • Add Enterprise Project support to VPC, security group, ECS and EVS;
  • Refactored servergroup dependencies, now creating servergroup first and then configuring their ID in ECS scheduler hints. This also removed the dependency of first NIC and EVS with the servergroup;
  • Fix tags in ECS and EVS;
  • Add wave support;
  • Add Dedicated Host support;
  • Shared EVS now uses SCSI as device type (recommended by Console);
  • Fix some inconsistencies in LLD examples;