Skip to content

Commit 6c60555

Browse files
Update hashicorp/tls requirement from ~> 4.0.1 to ~> 4.1.0
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@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: hashicorp/tls dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e629fb1 commit 6c60555

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 = "~> 4.0.1"
10+
version = "~> 4.1.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)