File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ This module ...
66
77TODO: 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
1313TODO: Update the following as a simple, brief representative sample of the module:
1414
1515``` hcl
1616module "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"
Original file line number Diff line number Diff line change 55 */
66
77module "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"
You can’t perform that action at this time.
0 commit comments