Releases: gutierrezps/huaweicloud-lld-to-terraform
Releases · gutierrezps/huaweicloud-lld-to-terraform
v0.4.0
v0.3.2
- Add LLD documentation;
- Renamed
app.py
to__main__.py
, command now ispython -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
- 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
- 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;