Skip to content

Commit

Permalink
reference version 4 in docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SiCoe committed Sep 25, 2023
1 parent f4c0e44 commit 7d0c091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/examples/okta-native/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d0c091

Please sign in to comment.