Skip to content

Commit 8ce4f73

Browse files
committed
rename module
1 parent 2f78e2a commit 8ce4f73

File tree

5 files changed

+23
-20
lines changed

5 files changed

+23
-20
lines changed

project.code-workspace

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"folders": [
3-
{
4-
"name": "🔰 Root",
5-
"path": "."
6-
},
7-
{
8-
"name": "🚀 Continuous Deployment",
9-
"path": ".github/workflows"
10-
},
11-
{
12-
"name": "🏠 Infrastructure",
13-
"path": "terraform"
14-
},
15-
{
16-
"name": "⭐️ Model testing",
17-
"path": "test_model"
18-
}
19-
],
20-
}
2+
"folders": [
3+
{
4+
"name": "🔰 Root",
5+
"path": "."
6+
},
7+
{
8+
"name": "🚀 Continuous Deployment",
9+
"path": ".github/workflows"
10+
},
11+
{
12+
"name": "🏠 Infrastructure",
13+
"path": "terraform"
14+
},
15+
{
16+
"name": "⭐️ Model testing",
17+
"path": "test_model"
18+
}
19+
],
20+
"settings": {
21+
"window.title": "${dirty} 📦 aws-sagemaker-hf-model-deployment",
22+
}
23+
}

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ locals {
33
}
44

55
module "model" {
6-
source = "./modules/aws-sagemaker-hf-pytorch-inference-model-deployment"
6+
source = "./modules/aws-sagemaker-serverless-hf-pytorch-inference-model-deployment"
77
model_name = "${local.env}-multilingual-sentiment-analysis"
88
endpoint_variant_name = "variant-1"
99
python_version = "py310"

0 commit comments

Comments
 (0)