v0.13.0
This release introduces a new ObservedObjectCollection
API type that enables users to observe a set of objects not managed directly by the provider. See #209 and #217 for the motivation and example usecases.
What's Changed
- fix missing ToConnectionSecretKey in conversion by @ravilr in #204
- Add
ObservedObjectCollection
API type by @pedjak in #217
Full Changelog: v0.12.1...v0.13.0