Terraform module that deploys Auth0 actions
module "global_auth0" {
source = "github.com/ministryofjustice/cloud-platform-terraform-global-resources-auth0?ref=1.0.0"
auth0_tenant_domain = local.auth0_tenant_domain
auth0_groupsClaim = local.auth0_groupsClaim
}
Name | Version |
---|---|
terraform | >= 0.14 |
Name | Version |
---|---|
auth0 | n/a |
No Modules.
Name |
---|
auth0_action |
auth0_client |
auth0_client_grant |
Name | Description | Type | Default | Required |
---|---|---|---|---|
auth0_groupsClaim | OIDC Group Claim domain for justice cloud-platform account | string |
"" |
no |
auth0_tenant_domain | Auth0 domain | string |
n/a | yes |
moj_github_org | MOJ Github Org | string |
"ministryofjustice" |
no |
No output.
https://auth0.com/docs/customize/actions/use-cases https://auth0.com/docs/customize/actions/migrate/migrate-from-rules-to-actions
Name | Version |
---|---|
terraform | >= 1.2.5 |
Name | Version |
---|---|
auth0 | n/a |
No modules.
Name | Type |
---|---|
auth0_action.add_github_teams_to_oidc_group_claim | resource |
auth0_client.management_auth0_actions | resource |
auth0_client_grant.management_grant | resource |
auth0_client.management_auth0_actions | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
auth0_groupsClaim | OIDC Group Claim domain for justice cloud-platform account | string |
"" |
no |
auth0_tenant_domain | Auth0 domain | string |
n/a | yes |
moj_github_org | MOJ Github Org | string |
"ministryofjustice" |
no |
No outputs.