Skip to content

Commit 6b2e17f

Browse files
fix(deps): update terraform tls to >= 4.1.0
1 parent 21064ad commit 6b2e17f

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)