ENHANCEMENTS:
- provider: Upgrade to Go v1.15
- provider: Upgrade dependencies
OTHER:
- provider/docs: Add HTML documentation powered by GitHub Pages and Terraform Registry
ENHANCEMENTS:
- provider: Upgraded to Go v1.13 and Terraform v0.12.18
BUG FIXES:
- provider: Fixed compatibility issues with Terraform 0.12+
BREAKING CHANGES:
- data-source/ironio_projects: Renamed
filter_name
argument toname
and moved it into the newfilter
block - data-source/ironio_queues: Renamed
filter_name
argument toname
and moved it into the newfilter
block - provider: Changed configuration schema to use blocks (
auth
,cache
,mq
andworker
)
FEATURES:
- New Data Source:
ironio_pull_queue
- New Data Source:
ironio_push_queue
ENHANCEMENTS:
- data-source/ironio_queues: Added
filter
block and two new filters (pull
andpush
) - data-source/ironio_queues: Added
types
attribute - makefile: Added
example
target to simplify the testing process - resource/ironio_pull_queue: Added
message_count
andmessage_count_total
attributes - resource/ironio_push_queue: Added
message_count
andmessage_count_total
attributes
FEATURES:
- New Data Source:
ironio_projects
- New Data Source:
ironio_queues
- New Resource:
ironio_project
- New Resource:
ironio_pull_queue
- New Resource:
ironio_push_queue