Releases: MissionCriticalCloud/terraform-provider-cosmic
Releases · MissionCriticalCloud/terraform-provider-cosmic
v0.5.0
v0.4.2
Changelog
- Add ability to rename
cosmic_network_acl
'sname
anddescription
fields - Add
client_timeout
andserver_timeout
fields tocosmic_loadbalancer_rule
- Fix bug where a resource's offering is saved in state as a case sensitive value
- Fix bug where changing
cosmic_loadbalancer_rule
private or public ports did not recreate the resource - Fix bug where changing
cosmic_loadbalancer_rule
protocol did not recreate the resource
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.0
Changelog
- Add option to configure provider using
COSMIC_CONFIG
andCOSMIC_PROFILE
environment variables - Add ability to use protocol numbers for
cosmic_network_acl_rule
'sprotocol
option (instead of onlyicmp
,tcp
,udp
,all
) - Changing
cosmic_loadbalancer_rule
'smember_ids
,private_port
,public_port
orprotocol
options no longer recreates the resource - Changing
cosmic_network
'sip_exclusion_list
option no longer recreates the resource - Changing
cosmic_vpc
'svpc_offering
option no longer recreates the resource - Removed
cosmic_egress_firewall
andcosmic_firewall
resources; no longer implemented by the Cosmic API
v0.1.0
CHANGELOG
First versioned release.
Recent additions include:
- Add
config
andprofile
options to configure cosmic provider using a cloudmonkey config - Add
optimise_for
option forcosmic_instance
- Add
protocol
option forcosmic_loadbalancer_rule
- Add
terraform import ...
support to cosmic resources to import existing infrastructure