Skip to content

Commit

Permalink
chore: bump hashicorp/null from 3.1.1 to 3.2.2 in /examples/complete
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 38ca08b commit df4639e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.1.1"
version = "3.2.2"
}
}
}
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 df4639e

Please sign in to comment.