Skip to content

Commit 23b1542

Browse files
authored
Merge pull request #7 from dougdaly/mlops-poc-terraform-github
fixed env var defns for workflows
2 parents 35a7895 + d84bd9a commit 23b1542

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/terraform-apply.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
env:
2323
AWS_REGION: us-west-2
2424
TF_WORKING_DIR: mlops/infra/terraform/envs/dev
25+
PIPELINE_NAME: digital-twin-resilience-dev-pipeline
26+
PIPELINE_MODE: stub
27+
LLM_PROVIDER: openai
28+
PROCESSING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
29+
TRAINING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
30+
EVALUATION_INSTANCE_TYPE_DEFAULT: ml.t3.medium
2531

2632
steps:
2733
- name: Checkout code

.github/workflows/terraform-plan.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
env:
2121
AWS_REGION: us-west-2
2222
TF_WORKING_DIR: mlops/infra/terraform/envs/dev
23+
PIPELINE_MODE: stub
24+
PIPELINE_NAME: digital-twin-resilience-dev-pipeline
25+
LLM_PROVIDER: openai
26+
PROCESSING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
27+
TRAINING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
28+
EVALUATION_INSTANCE_TYPE_DEFAULT: ml.t3.medium
2329

2430
steps:
2531
- name: Checkout code

0 commit comments

Comments
 (0)