Skip to content

Commit 5d87e63

Browse files
committed
rename silinternational to sil-org
1 parent d32cd6e commit 5d87e63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This module ...
66

77
TODO: Change the path in this link:
88

9-
This module is published in [Terraform Registry](https://registry.terraform.io/modules/silinternational/module-name/provider-name/latest).
9+
This module is published in [Terraform Registry](https://registry.terraform.io/modules/sil-org/module-name/provider-name/latest).
1010

1111
## Usage Example
1212

1313
TODO: Update the following as a simple, brief representative sample of the module:
1414

1515
```hcl
1616
module "this" {
17-
source = "silinternational/module-name/aws"
17+
source = "sil-org/module-name/aws"
1818
version = "0.1.0"
1919
2020
variable_name = "my variable value"

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
module "this" {
8-
source = "silinternational/module_name/aws"
8+
source = "sil-org/module_name/aws"
99
version = ">= 0.1.0"
1010

1111
variable_name = "a variable value"

0 commit comments

Comments
 (0)