IMPROVEMENTS:
- Restore support for managing resource tags as CloudStack 4.11.3+ and 4.12+ support tags again [GH-65]
- Update license to Apache License, Version 2.0
- Remove obsolete vendor directory (no longer needed when using modules)
NOTES:
- While most resources of this provider should now work with CloudStack 4.12.0.0, there are a few resources (mainly the network related resources) that will not work properly yet. See this related CloudStack issue for more details: apache/cloudstack#3321
IMPROVEMENTS:
- Add support to import resources when using projects (#56)
- Updated the provider to work with CloudStack 4.12.0.0 (#64)
- Add Terraform 0.12 support (#64)
IMPROVEMENTS:
- Make the tests work with the CloudStack Simulator (#46)
- Remove support for managing resource tags as CloudStack >= 4.9.3 does not support tags properly (#46)
- Add basic support for importing resources (#47)
r/clouddstack_instance
: Allow user-data to be plain text or base64 encoded text (#48)r/cloudstack_loadbalancer_rule
: Add support for SSL offloading (#49)r/cloudstack_instance
: Support deploying a stopped VM (#50)
IMPROVEMENTS:
r/cloudstack_secondary_ipaddress
: Read back the secondary IP address details after creation (#34)
BUG FIXES:
r/cloudstack_instance
: Root volume size in returned in bytes instead of GiB (#32)
IMPROVEMENTS:
r/cloudstack_instance
: Properly reflect changes to theroot_disk_size
(#28)
BUG FIXES:
- Fix the check that determines if tags should be set (#29)
BUG FIXES:
- Make sure tags work as expected on all resources (#26)
FEATURES:
- New Data Source:
d/cloudstack_template
(#21)
IMPROVEMENTS:
r/cloudstack_loadbalancer_rule
: Support setting aprotocol
(#22)
BUG FIXES:
r/cloudstack_ipaddress
: Fix a panic when trying to disassociate public IP (#18)- Add tags in resources vpc, instance, ipadress, template and vpc (#16)
IMPROVEMENTS:
r/cloudstack_customer_gateway
: Add support for using projects (#3)
BUG FIXES:
r/cloudstack_instance
: Prevent a potential crash when deleting an instance (#7)r/cloudstack_security_group_rule
: Fix a panic when trying to read a deleted security group (#2)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout