Skip to content

Commit 92610e6

Browse files
chore(deps): update terraform tls to v4.2.1 (#1549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14054c8 commit 92610e6

4 files changed

Lines changed: 42 additions & 46 deletions

File tree

tf/deployment/modules/shared/1password/account/.terraform.lock.hcl

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

tf/deployment/modules/shared/1password/account/config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
tls = {
1717
source = "hashicorp/tls"
18-
version = "4.1.0"
18+
version = "4.2.1"
1919
}
2020
}
2121
}

tf/deployment/modules/shared/1password/futo-account/.terraform.lock.hcl

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

tf/deployment/modules/shared/1password/futo-account/config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
tls = {
1717
source = "hashicorp/tls"
18-
version = "4.1.0"
18+
version = "4.2.1"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)