Skip to content

Commit f0a380b

Browse files
chore(deps): update terraform tls to v4.3.0 (#1609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a43c1eb commit f0a380b

4 files changed

Lines changed: 66 additions & 42 deletions

File tree

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

Lines changed: 32 additions & 20 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.2.1"
18+
version = "4.3.0"
1919
}
2020
}
2121
}

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

Lines changed: 32 additions & 20 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.2.1"
18+
version = "4.3.0"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)