Skip to content

Commit e8aeeeb

Browse files
author
kirshe
committed
Changed the module source to using absolute url.
1 parent aabaa45 commit e8aeeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "ocr" {
2-
source = "../terraform/"
3-
2+
source = "github.com/yandex-cloud-examples/yc-vision-ocr-recognizer/terraform"
3+
44
folder_id = var.folder_id
55
cloud_id = var.cloud_id
66
}

0 commit comments

Comments
 (0)