Skip to content

Commit

Permalink
Prepare for update to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar-Metsa committed Sep 16, 2024
1 parent 7b10eca commit 8c0063e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
All notable changes to this project will be documented in this file.

## [master](https://github.com/Axual/terraform-provider-axual/blob/master) - TBR
## [2.4.0](https://github.com/Axual/terraform-provider-axual/releases/tag/v2.4.0) - 2024-09-16
* Updated shortName in Environment resource to have min length 1
* Support for Viewers(Environment, Topic, Application) and Group managers
* Support for Viewers (Environment, Topic, Application) and Group managers
* Support for Topic Browse Permissions: Users and Groups can be added with new resource axual_topic_browse_permissions
* Added waiting and retry when creating/updating/deleting all resources resulting in a Kafka resource.

Expand Down
2 changes: 1 addition & 1 deletion examples/axual/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
axual = {
source = "Axual/axual"
version = "2.3.0"
version = "2.4.0"
}
}
}
Expand Down

0 comments on commit 8c0063e

Please sign in to comment.