Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 6816c44

Browse files
committed
required_providers updated
1 parent 11aecb0 commit 6816c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
gcore = {
20-
source = "local.gcorelabs.com/repo/gcore"
20+
source = "G-Core/gcorelabs"
2121
version = "~>0.1.2"
2222
}
2323
}

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_version = ">= 0.13.0"
33
required_providers {
44
gcore = {
5-
source = "local.gcorelabs.com/repo/gcore"
5+
source = "G-Core/gcorelabs"
66
version = "~>0.1.2"
77
}
88
}

0 commit comments

Comments
 (0)