Skip to content

Commit 0cffb47

Browse files
Update hashicorp/tls requirement from ~> 3.4.0 to ~> 4.0.1 (#41)
Updates the requirements on [hashicorp/tls](https://github.com/hashicorp/terraform-provider-tls) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-tls/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-tls/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-tls@v3.4.0...v4.0.1) --- updated-dependencies: - dependency-name: hashicorp/tls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84bbdd1 commit 0cffb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
tls = {
99
source = "hashicorp/tls"
10-
version = "~> 3.4.0"
10+
version = "~> 4.0.1"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)