Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ More complex examples can be found in the [examples](https://github.com/avlcloud

```hcl
module "sso" {
source = "git@github.com:avlcloudtechnogies/terraform-aws-sso.git"
source = "avlcloudtechnologies/sso/aws"

permission_sets = {
AdministratorAccess = {
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Before this example can be used, please ensure that the following pre-requisites

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

## Resources

Expand Down
3 changes: 1 addition & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ locals {
}

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

source = "avlcloudtechnologies/sso/aws"
permission_sets = {
AdministratorAccess = {
description = "Provides full access to AWS services and resources.",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before this example can be used, please ensure that the following pre-requisites

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

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
}

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

permission_sets = {
AdministratorAccess = {
Expand Down