Skip to content

Commit 60ced88

Browse files
renovate[bot]mrclrchtr
authored andcommitted
fix(deps): update terraform tls to >= 4.1.0
1 parent eb65e5f commit 60ced88

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.0.6"
32+
version = ">= 4.1.0"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)