Skip to content

Releases: Edge-Center/terraform-provider-edgecenter

v0.1.13

12 Apr 07:16
e54e80d
Compare
Choose a tag to compare

Fixed lb metadata applying process

v0.1.12

27 Mar 15:24
70cc7d5
Compare
Choose a tag to compare
  • Added vip_port_id for LB.
  • Updated golangci-lint version.
  • Updated tfplugindocs terraform-sdk-version.

v0.1.11

23 Mar 08:25
62becc9
Compare
Choose a tag to compare
  • Added metadata to FloatingIps, Images, Loadbalancers, Networks, Subnets and Volumes
  • Updated docs and examples

v0.1.10

14 Mar 13:37
Compare
Choose a tag to compare
  1. Terraform and Go version update
  2. Docs regenerated

v0.1.9

08 Mar 08:43
7944a69
Compare
Choose a tag to compare
  • Testing improvements
  • Fixed destroy process for some resources

v0.1.8

06 Mar 06:30
bd423dc
Compare
Choose a tag to compare
  1. Added new fields to LoadBalancerV2:
  • security_group (optional): Name of the security group to be created
  • security_group_id (computed): The security group ID after creation
  1. Attached the security group by name during LoadBalancer creation.
  2. The LoadBalancer data_source now outputs the security_group_id.
  3. Updated the documentation for the LoadBalancerV2.

v0.1.7

01 Mar 16:13
65fb92d
Compare
Choose a tag to compare

Listeners:

  • added the Terminated HTTPS protocol type
  • fixed required field 'name' and client version then listener update
  • added fields validators

v0.1.6

28 Feb 12:12
c182e6f
Compare
Choose a tag to compare
  • added a new section d.HasChange("server_group") to func resourceInstanceUpdate
  • added two func: deleteServerGroup and addServerGroup

v0.1.5

20 Feb 14:34
65cb0eb
Compare
Choose a tag to compare
  1. Refactored HasChange("interface") then update the instance. There are now 3 cases:
  • Same number of interfaces
  • New interfaces > old interfaces
  • Old interfaces > new interfaces
  1. Changed the security group attachment/detachment for HasChange("interface")
  2. Moved helper functions from "*_instance.go" file to "utils.go" and left only CRUD operations
  3. Added more helper functions for instance cases.

v0.1.4

19 Feb 07:20
022b74f
Compare
Choose a tag to compare

big code refactoring