Skip to content

Commit

Permalink
Merge pull request #876 from ministryofjustice/feature/bump-sso-modul…
Browse files Browse the repository at this point in the history
…e-version

Updated SSO module version
  • Loading branch information
davidkelliott authored Mar 1, 2024
2 parents 5e6827a + 9601ba8 commit 40dd9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management-account/terraform/sso.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "sso" {
# tflint-ignore: terraform_module_pinned_source
source = "github.com/ministryofjustice/moj-terraform-aws-sso?ref=5f1cc0e0e07e9db44378289ab63f8f357e3b77fe" # v3.0.0
source = "github.com/ministryofjustice/moj-terraform-aws-sso?ref=ed53cd467f1b00a93e64f562c6ac2b0b3aee6938" # v3.1.2
auth0_allowed_domains = local.sso.email_suffix
auth0_aws_sso_acs_url = sensitive(local.sso.aws_saml.acs_url)
auth0_aws_sso_issuer_url = sensitive(local.sso.aws_saml.issuer_url)
Expand Down

0 comments on commit 40dd9f6

Please sign in to comment.