From 7d0c091b079de54c1c22fa73ae98c9596d27aa0c Mon Sep 17 00:00:00 2001 From: Simon Coe Date: Mon, 25 Sep 2023 17:21:48 +0000 Subject: [PATCH] reference version 4 in docs and examples --- infra/terraform/README.md | 2 +- infra/terraform/examples/okta-native/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/terraform/README.md b/infra/terraform/README.md index b99832d..606da90 100644 --- a/infra/terraform/README.md +++ b/infra/terraform/README.md @@ -13,7 +13,7 @@ The Terraform modules for each identity provider are in the [modules](./modules) source = "github.com/iress/cloudfront-auth//infra/terraform/modules/okta_native" # Lambda function version to deploy (see the Releases page of this GitHub repository) - release_version = "v3.0.0" + release_version = "v4.0.0" name = "my-website-auth" org_url = "https://my-org.okta.com/oauth2/default" diff --git a/infra/terraform/examples/okta-native/main.tf b/infra/terraform/examples/okta-native/main.tf index 929f14a..1dcdd2a 100644 --- a/infra/terraform/examples/okta-native/main.tf +++ b/infra/terraform/examples/okta-native/main.tf @@ -5,7 +5,7 @@ locals { module "auth" { source = "github.com/iress/cloudfront-auth//infra/terraform/modules/okta_native" - release_version = "v3.0.0" + release_version = "v4.0.0" name = local.name org_url = "https://my-org.okta.com/oauth2/default" client_id = "Nf2qSD9wXKU9ph8an22T"