Skip to content

Commit

Permalink
Bump hashicorp/null from 3.2.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.2.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.2.1...v3.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and prb112 committed Nov 21, 2023
1 parent d649f50 commit a1b8263
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/1_bastion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.2.2"
}
}
required_version = ">= 1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/2_nbde/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.2.2"
}
}
required_version = ">= 1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/3_fips/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.2.2"
}
}
required_version = ">= 1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.2.2"
}
}
required_version = ">= 1.2.0"
Expand Down

0 comments on commit a1b8263

Please sign in to comment.