Skip to content

Commit

Permalink
chore(deps): update terraform null to v3.2.3 (#144)
Browse files Browse the repository at this point in the history
* chore(deps): update terraform null to v3.2.3

* terraform-docs: automated action

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Dec 14, 2024
1 parent 077a18d commit 0f6bddc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions .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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This section describes the features provided by this template. It should be repl
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13, < 2.0.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | 3.2.2 |
| <a name="requirement_null"></a> [null](#requirement\_null) | 3.2.3 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# Example of requiring a provider
null = {
source = "hashicorp/null"
version = "3.2.2"
version = "3.2.3"
}
}

Expand Down

0 comments on commit 0f6bddc

Please sign in to comment.