Skip to content

Commit 776bbd2

Browse files
renovate[bot]mrclrchtr
authored andcommitted
fix(deps): update terraform tls to >= 4.0.6
1 parent 61c6f87 commit 776bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tf

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

3030
tls = {
3131
source = "hashicorp/tls"
32-
version = "~> 4"
32+
version = ">= 4.0.6"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)