Skip to content

Commit

Permalink
Update Terraform auth0 to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 0b1fd5a commit 1eb13fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion envs/dev/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
auth0 = {
source = "alexkappa/auth0"
version = "0.21"
version = "0.26"
}
}
required_version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion envs/prod/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
auth0 = {
source = "alexkappa/auth0"
version = "0.21"
version = "0.26"
}
}
required_version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion envs/services/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
auth0 = {
source = "alexkappa/auth0"
version = "0.21"
version = "0.26"
}
}
required_version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion envs/stage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
auth0 = {
source = "alexkappa/auth0"
version = "0.21"
version = "0.26"
}
}
required_version = "1.0.0"
Expand Down

0 comments on commit 1eb13fe

Please sign in to comment.