Skip to content

Commit 0318f90

Browse files
chore(deps): update hashicorp/null requirement from ~> 2.1 to ~> 3.1
Updates the requirements on [hashicorp/null](https://github.com/hashicorp/terraform-provider-null) to permit the latest version. - [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@v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: hashicorp/null dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ee39ce commit 0318f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-app-infra/modules/env_base/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
}
2828
null = {
2929
source = "hashicorp/null"
30-
version = "~> 2.1"
30+
version = "~> 3.1"
3131
}
3232

3333
random = {

0 commit comments

Comments
 (0)