Skip to content

Commit

Permalink
chore: bump hashicorp/null from 3.1.1 to 3.2.2
Browse files Browse the repository at this point in the history
Bumps [hashicorp/null](https://github.com/hashicorp/terraform-provider-null) from 3.1.1 to 3.2.2.
- [Release notes](https://github.com/hashicorp/terraform-provider-null/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-null/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-null@v3.1.1...v3.2.2)

---
updated-dependencies:
- dependency-name: hashicorp/null
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 54bb90c commit 185b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.1.1"
version = "3.2.2"
}
}
}

0 comments on commit 185b084

Please sign in to comment.