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] authored Sep 25, 2022
1 parent 7b700d2 commit 43a718b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/spinnaker/terraform/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 clusters/eks-dniel-prod/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 clusters/eks-dniel-prod/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
2 changes: 1 addition & 1 deletion clusters/tkg-test-01/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 clusters/tkg-test-01/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 infrastructure/template-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

0 comments on commit 43a718b

Please sign in to comment.