Skip to content

Commit 13bee0f

Browse files
Bump hashicorp/tls from 4.3.0 to 4.4.0 in /aws (#173)
* Bump hashicorp/tls from 4.3.0 to 4.4.0 in /aws Bumps [hashicorp/tls](https://github.com/hashicorp/terraform-provider-tls) from 4.3.0 to 4.4.0. - [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.3.0...v4.4.0) --- updated-dependencies: - dependency-name: hashicorp/tls dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Schmidtmer <niklas@crate.io>
1 parent 9290702 commit 13bee0f

4 files changed

Lines changed: 61 additions & 61 deletions

File tree

aws/.terraform.lock.hcl

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919

2020
tls = {
2121
source = "tls"
22-
version = "~> 4.3"
22+
version = "~> 4.4"
2323
}
2424
}
2525
}

azure/.terraform.lock.hcl

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919

2020
tls = {
2121
source = "tls"
22-
version = "~> 4.3"
22+
version = "~> 4.4"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)