Skip to content

Releases: MissionCriticalCloud/terraform-provider-cosmic

v0.5.0

13 Aug 20:03
0e9a0d6
Compare
Choose a tag to compare

Changelog

  • Add zone field to provider config and deprecate zone field on resources

v0.4.2

22 Apr 10:37
19bbc8a
Compare
Choose a tag to compare

Changelog

  • Add ability to rename cosmic_network_acl's name and description fields
  • Add client_timeout and server_timeout fields to cosmic_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

22 Nov 07:30
6053db2
Compare
Choose a tag to compare

Changelog

  • Add source_nat_ip_id field to cosmic_vpc resource

v0.4.0

08 Nov 15:03
7449f25
Compare
Choose a tag to compare

Changelog

  • Add cosmic_network_acl data source to look up Network ACL Lists
  • Add private_end_port and public_end_port fields to cosmic_port_forward
  • Add cosmic_port_forward importer
  • Set optimise_for value when importing a Cosmic instance

v0.3.1

06 Aug 08:27
Compare
Choose a tag to compare

Changelog

0.3.1 (2019-08-06)

  • Remove project support
  • Fix importing cosmic_secondary_ipaddress resources

v0.3.0

21 Jun 13:14
60902a3
Compare
Choose a tag to compare

Changelog

  • Support Terraform 0.12
  • Add dns option to cosmic_network to allow configuring DNS resolver per tier
  • Add disk_controller option to cosmic_instance
  • Add disk_controller option to cosmic_disk

v0.2.0

28 Feb 12:59
36b08bb
Compare
Choose a tag to compare

Changelog

  • Add option to configure provider using COSMIC_CONFIG and COSMIC_PROFILE environment variables
  • Add ability to use protocol numbers for cosmic_network_acl_rule's protocol option (instead of only icmp, tcp, udp, all)
  • Changing cosmic_loadbalancer_rule's member_ids, private_port, public_port or protocol options no longer recreates the resource
  • Changing cosmic_network's ip_exclusion_list option no longer recreates the resource
  • Changing cosmic_vpc's vpc_offering option no longer recreates the resource
  • Removed cosmic_egress_firewall and cosmic_firewall resources; no longer implemented by the Cosmic API

v0.1.0

27 Jan 23:46
09e0c27
Compare
Choose a tag to compare

CHANGELOG

First versioned release.

Recent additions include:

  • Add config and profile options to configure cosmic provider using a cloudmonkey config
  • Add optimise_for option for cosmic_instance
  • Add protocol option for cosmic_loadbalancer_rule
  • Add terraform import ... support to cosmic resources to import existing infrastructure