Skip to content

Commit d4fe921

Browse files
authored
Update example module link (#2)
1 parent f52062e commit d4fe921

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ More complex examples can be found in the [examples](https://github.com/avlcloud
1616

1717
```hcl
1818
module "sso" {
19-
source = "git@github.com:avlcloudtechnogies/terraform-aws-sso.git"
19+
source = "avlcloudtechnologies/sso/aws"
2020
2121
permission_sets = {
2222
AdministratorAccess = {

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before this example can be used, please ensure that the following pre-requisites
2828

2929
| Name | Source | Version |
3030
|------|--------|---------|
31-
| <a name="module_sso"></a> [sso](#module\_sso) | git@github.com:avl-cloud-technologies/mano-terraform-aws-sso.git | |
31+
| <a name="module_sso"></a> [sso](#module\_sso) | avlcloudtechnologies/sso/aws | |
3232

3333
## Resources
3434

examples/complete/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ locals {
1212
}
1313

1414
module "sso" {
15-
source = "git@github.com:avl-cloud-technologies/mano-terraform-aws-sso.git"
16-
15+
source = "avlcloudtechnologies/sso/aws"
1716
permission_sets = {
1817
AdministratorAccess = {
1918
description = "Provides full access to AWS services and resources.",

examples/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before this example can be used, please ensure that the following pre-requisites
2626

2727
| Name | Source | Version |
2828
|------|--------|---------|
29-
| <a name="module_sso"></a> [sso](#module\_sso) | git@github.com:avl-cloud-technologies/mano-terraform-aws-sso.git | |
29+
| <a name="module_sso"></a> [sso](#module\_sso) | avlcloudtechnologies/sso/aws | |
3030

3131
## Resources
3232

examples/simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ locals {
1212
}
1313

1414
module "sso" {
15-
source = "git@github.com:avl-cloud-technologies/mano-terraform-aws-sso.git"
15+
source = "avlcloudtechnologies/sso/aws"
1616

1717
permission_sets = {
1818
AdministratorAccess = {

0 commit comments

Comments
 (0)