Skip to content

Commit

Permalink
Merge branch 'main' into feature/devcontainer-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Woffenden authored Jan 15, 2024
2 parents 9080184 + 48fe9f4 commit c0e6b27
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deploy_github_pages
uses: actions/deploy-pages@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10 # v4.0.2
uses: actions/deploy-pages@87c3283f01cd6fe19a0ab93a23b2f6fcba5a8e42 # v4.0.3

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

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.31.0"
version = "5.32.0"
}
tls = {
source = "hashicorp/tls"
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = "1.1.1"
version = "1.1.2"
}
aws = {
source = "hashicorp/aws"
version = "5.31.0"
version = "5.32.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit c0e6b27

Please sign in to comment.