We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1059eb9 commit ee05fffCopy full SHA for ee05fff
CHANGELOG
@@ -1,3 +1,7 @@
1
+Version 0.9.1 (2024-04-03)
2
+--------------------------
3
+Add support for AWS China regions (#51)
4
+
5
Version 0.9.0 (2024-02-02)
6
--------------------------
7
Update LICENSE to SLULA (#47)
main.tf
@@ -1,6 +1,6 @@
locals {
module_name = "collector-${var.sink_type}-ec2"
- module_version = "0.9.0"
+ module_version = "0.9.1"
app_name = "stream-collector"
app_version = var.app_version
0 commit comments