File tree Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 88 "terraform-modules/spectrum" : {
99 "component" : " terraform-module-spectrum" ,
1010 "extra-files" : [
11- " /examples/k3s/main .tf" ,
12- " /examples/talos/main .tf"
11+ " /examples/k3s/spectrum .tf" ,
12+ " /examples/talos/spectrum .tf"
1313 ]
1414 },
1515 "terraform-modules/k3s" : {
Original file line number Diff line number Diff line change @@ -7,15 +7,3 @@ module "k3s" {
77 ssh_user = local. ssh_user
88 ssh_port = local. ssh_port
99}
10-
11- provider "helm" {
12- kubernetes {
13- config_path = module. k3s . kubeconfig_file
14- }
15- }
16-
17- module "spectrum" {
18- depends_on = [module . k3s ]
19- source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.0.1" # x-release-please-version
20- cluster_flavour = " k3s"
21- }
Original file line number Diff line number Diff line change 1+ provider "helm" {
2+ kubernetes {
3+ config_path = module. k3s . kubeconfig_file
4+ }
5+ }
6+
7+ module "spectrum" {
8+ depends_on = [module . k3s ]
9+ source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.0.1" # x-release-please-version
10+ cluster_flavour = " k3s"
11+ }
Original file line number Diff line number Diff line change @@ -29,13 +29,6 @@ module "talos" {
2929 # ]
3030}
3131
32- module "spectrum" {
33- 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
35- network = " main"
36- cluster = " default"
37- }
38-
3932variable "server_ip" {
4033 type = string
4134 description = " IP at which server is accessible"
Original file line number Diff line number Diff line change 1+ module "spectrum" {
2+ depends_on = [module . talos ]
3+ source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.0.1" # x-release-please-version
4+ network = " main"
5+ cluster = " default"
6+ }
You can’t perform that action at this time.
0 commit comments