Skip to content

Commit

Permalink
Merge pull request #12 from kireque/renovate/auth0-0.x
Browse files Browse the repository at this point in the history
fix(terraform-provider): update terraform auth0 to 0.50.1
  • Loading branch information
kireque authored Aug 28, 2023
2 parents b2d4ab5 + dbc850d commit 78dc323
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions infrastructure/terraform/auth0/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion infrastructure/terraform/auth0/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = "0.50.0"
version = "0.50.1"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 78dc323

Please sign in to comment.