Releases: Edge-Center/terraform-provider-edgecenter
Releases · Edge-Center/terraform-provider-edgecenter
v0.1.13
v0.1.12
v0.1.11
v0.1.10
v0.1.9
v0.1.8
- 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
- Attached the security group by name during LoadBalancer creation.
- The LoadBalancer data_source now outputs the security_group_id.
- Updated the documentation for the LoadBalancerV2.
v0.1.7
v0.1.6
v0.1.5
- Refactored HasChange("interface") then update the instance. There are now 3 cases:
- Same number of interfaces
- New interfaces > old interfaces
- Old interfaces > new interfaces
- Changed the security group attachment/detachment for HasChange("interface")
- Moved helper functions from "*_instance.go" file to "utils.go" and left only CRUD operations
- Added more helper functions for instance cases.