Skip to content

Releases: cloudamqp/terraform-provider-cloudamqp

v1.7.1

12 Jun 09:37
Compare
Choose a tag to compare

UPDATES:

  • Instance: Added no_default_alarms attribute. Disables creating default alarms.
  • Text updates on Terraform.io documentations.

v1.7.0

08 Jun 13:39
Compare
Choose a tag to compare

NOTES:

  • Resolved feedback for initial review

UPDATES:

  • Naming convention on data source and resource files.
  • Updated Makefile to GNUMakefile
  • Added additional script files (changelog-link.sh and gogetcookie.sh)
  • Re-enabled vendor folder
  • Terraform.io website documentation for cloudamqp.
  • Updated CHANGELOG, to make it readable for release bot
  • Updated samples with use of variables
  • Updated required, optional, computed and sensitive flags for attributes.
  • Retrieve resource information after creation and updates. Avoid missmatch in state file.

BUG FIXES:

  • Underlying error message for shared instances

v1.6.0

27 Apr 13:34
Compare
Choose a tag to compare

NEW FEATURES:

  • Log integration through the API forwarding logs to third party services.
  • Metric integration through the API forwarding metrics to third party services.

UPDATES

  • Instance: Merged contribution to handle plan changes between shared and dedicated
  • VPC peering: Request status information

v1.5.0

10 Mar 11:18
Compare
Choose a tag to compare

NEW FEATURES:

  • Instance data source

UPDATES:

  • Validating message type attributes for alarm schema
  • Message type key in alarm create and update
  • Validating attributes when populating instance schema

v1.4.1

06 Mar 11:51
Compare
Choose a tag to compare

UPDATES:

  • Missing required message type fields for queue alarms.

v1.4.0

27 Feb 16:31
Compare
Choose a tag to compare

NOTES:

  • Underlying API changes required updated payload for alarm and notification.

UPDATES:

  • Alarm: Additional schema attributes [enabled]
  • Alarm: Rename of schema attribute notification_ids -> recipients
  • Notifications: Additional schema attributes [name]

v1.3.2

18 Feb 20:59
Compare
Choose a tag to compare

UPDATES:

  • Update go-api dependency with minor regex fix.
  • Extract host and vhost information when creating new instance.

v1.3.1

17 Feb 14:31
Compare
Choose a tag to compare

UPDATES:

  • Updated go-api dependency with minor regex fix.

v1.3.0

16 Jan 15:39
Compare
Choose a tag to compare

New Features:

  • Additional information about security group added to vpc info.
  • Changed depedency management from package to modules.

Updates:

  • Added .exe extension to windows release

v1.2.2

13 Dec 13:19
Compare
Choose a tag to compare

Updates:

  • Expose computed reference of host and vhost for CloudAMQP instance.