Skip to content

Commit

Permalink
fix skypilot output flavor names (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Nov 28, 2023
1 parent c881e8c commit 3aa7e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/mlstacks/terraform/aws-modular/output_file.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "local_file" "stack_file" {
%{endif}
orchestrator:
%{if var.enable_orchestrator_kubeflow}
%{if var.enable_orchestrator_kubeflow}
id: ${uuid()}
flavor: kubeflow
name: eks_kubeflow_orchestrator
Expand All @@ -43,7 +43,7 @@ resource "local_file" "stack_file" {
%{else}
%{if var.enable_orchestrator_skypilot}
id: ${uuid()}
flavor: vm-aws
flavor: vm_aws
name: aws_skypilot_orchestrator
configuration: {}
%{else}
Expand Down
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/gcp-modular/output_file.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "local_file" "stack_file" {
%{else}
%{if var.enable_orchestrator_skypilot}
id: ${uuid()}
flavor: vm-gcp
flavor: vm_gcp
name: gcp_skypilot_orchestrator
configuration: {"project_id": "${var.project_id}"}
%{else}
Expand Down

0 comments on commit 3aa7e43

Please sign in to comment.