Skip to content

Commit

Permalink
Bump v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Aug 6, 2022
1 parent 619c236 commit cd54174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v0.2.0] - 2022-08-06

### Added

- `YQ` data source.
Expand All @@ -18,5 +20,6 @@
- `JQ` data source.
- Released on Terraform registry.

[unreleased]: https://github.com/slok/terraform-provider-dataprocessor/compare/v0.1.0...HEAD
[unreleased]: https://github.com/slok/terraform-provider-dataprocessor/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/slok/terraform-provider-dataprocessor/releases/tag/v0.2.0
[v0.1.0]: https://github.com/slok/terraform-provider-dataprocessor/releases/tag/v0.1.0
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/slok/terraform-provider-dataprocessor)](https://github.com/slok/terraform-provider-dataprocessor/releases/latest)
[![Terraform regsitry](https://img.shields.io/badge/Terraform-Registry-color=green?logo=Terraform&style=flat&color=5C4EE5&logoColor=white)](https://registry.terraform.io/providers/slok/dataprocessor/latest/docs)


Avoid ugly terraform logic and code to transform data. This Terraform provider helps you with the data processing in a clean and easy way by using tools like [JQ], [YQ] and Go plugins.

## Features
Expand All @@ -18,7 +17,7 @@ Avoid ugly terraform logic and code to transform data. This Terraform provider h

- Generate, filter, mutate... JSON data.
- Retrieve JSON data from APIs, process and use it on other Terraform providers resources.
- Remove ugly HCL code in favor of a more clean and powerof dat processing ways.
- Remove ugly HCL code in favor of a more clean and powerful data processing approach.

## Requirements

Expand Down

0 comments on commit cd54174

Please sign in to comment.