File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.1] ( https://github.com/ventx/terraform-aws-stackx-cluster/compare/v0.3.0...v0.3.1 ) (2023-10-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove legacy static_unique_id variable to simplify code (var not required anymore) ([ 437516e] ( https://github.com/ventx/terraform-aws-stackx-cluster/commit/437516e4d94632eacb71c11375dd889df6161e26 ) )
9
+
3
10
## [ 0.3.0] ( https://github.com/ventx/terraform-aws-stackx-cluster/compare/v0.2.0...v0.3.0 ) (2023-10-17)
4
11
5
12
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ usage: |
47
47
48
48
module "aws-cluster" {
49
49
source = "ventx/stackx-cluster/aws"
50
- version = "0.3.0 " // Pinned and tested version, generated by {x-release-please-version}
50
+ version = "0.3.1 " // Pinned and tested version, generated by {x-release-please-version}
51
51
cluster_version = "1.23"
52
52
subnet_ids = module.aws_network.private_subnet_ids
53
53
}
@@ -58,7 +58,7 @@ usage: |
58
58
```hcl
59
59
module "aws-cluster" {
60
60
source = "ventx/stackx-cluster/aws"
61
- version = "0.3.0 " // Pinned and tested version, generated by {x-release-please-version}
61
+ version = "0.3.1 " // Pinned and tested version, generated by {x-release-please-version}
62
62
cluster_version = "1.22"
63
63
subnet_ids = ["subnet-1", "subnet-2", "subnet-3"]
64
64
}
You can’t perform that action at this time.
0 commit comments