Releases: cloudamqp/terraform-provider-cloudamqp
Releases · cloudamqp/terraform-provider-cloudamqp
v1.7.1
UPDATES:
- Instance: Added
no_default_alarms
attribute. Disables creating default alarms.
- Text updates on Terraform.io documentations.
v1.7.0
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
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
NEW FEATURES:
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
UPDATES:
- Missing required message type fields for queue alarms.
v1.4.0
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
UPDATES:
- Update go-api dependency with minor regex fix.
- Extract host and vhost information when creating new instance.
v1.3.1
UPDATES:
- Updated go-api dependency with minor regex fix.
v1.3.0
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
Updates:
- Expose computed reference of host and vhost for CloudAMQP instance.