Skip to content

Commit da75508

Browse files
Fix module name
Signed-off-by: StingLin <sting.lin@cienet.com>
1 parent b92663a commit da75508

File tree

1 file changed

+2
-2
lines changed
  • terraform/gcp_old/tpu-inference/cloud-tpu-inference-test

1 file changed

+2
-2
lines changed

terraform/gcp_old/tpu-inference/cloud-tpu-inference-test/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ data "google_secret_manager_secret_version" "huggingface_token" {
1818
version = "latest"
1919
}
2020

21-
module "ci_v6" {
22-
source = "../modules/ci_v6"
21+
module "ci_v6e_1" {
22+
source = "../modules/ci_v6e"
2323
providers = {
2424
google-beta = google-beta.us-east5-b
2525
}

0 commit comments

Comments
 (0)