File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- {}
1+ {"terraform-modules/talos" : " 0.1.0 " }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ provider "helm" {
2121}
2222
2323module "talos" {
24- source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.0.1 " # x-release-please-version
24+ source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.1.0 " # x-release-please-version
2525 cluster_name = var. cluster_name
2626 server_ip = var. server_ip
2727 # config_patches = [
@@ -31,7 +31,7 @@ module "talos" {
3131
3232module "spectrum" {
3333 depends_on = [module . talos ]
34- source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.0.1 " # x-release-please-version
34+ source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.0 " # x-release-please-version
3535 network = " main"
3636 cluster = " default"
3737}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2025-01-13)
4+
5+
6+ ### Features
7+
8+ * Add terraform modules ([ #16 ] ( https://github.com/fluencelabs/spectrum/issues/16 ) ) ([ 71a2bf5] ( https://github.com/fluencelabs/spectrum/commit/71a2bf52ab0f27fb818220e1b79d1759c5ef08ee ) )
You can’t perform that action at this time.
0 commit comments