Skip to content

Commit

Permalink
Merge pull request #327 from wellcomecollection/provider-version
Browse files Browse the repository at this point in the history
Bump Auth0 provider version
  • Loading branch information
alexwlchan authored Jun 23, 2022
2 parents e780e77 + 30ff04e commit fce8df9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
33 changes: 17 additions & 16 deletions infra/scoped/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions infra/scoped/auth0-domain.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resource "auth0_custom_domain" "identity" {
domain = local.auth0_hostname
type = "auth0_managed_certs"
verification_method = "txt"
domain = local.auth0_hostname
type = "auth0_managed_certs"
}
2 changes: 1 addition & 1 deletion infra/scoped/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}
auth0 = {
source = "auth0/auth0"
version = "~> 0.28.0"
version = "~> 0.30.3"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit fce8df9

Please sign in to comment.