Skip to content

Commit 2b6cd43

Browse files
chore(deps): update terraform tls to v4
1 parent 4522562 commit 2b6cd43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/scaffold/testdata/update/backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
}
1414
tls = {
1515
source = "hashicorp/tls"
16-
version = "~>3.1"
16+
version = "~> 4.0"
1717
}
1818
}
1919
}

pkg/scaffold/testdata/update/expected/backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
tls = {
88
source = "hashicorp/tls"
9-
version = "~>3.1"
9+
version = "~> 4.0"
1010
}
1111
}
1212
backend "http" {

0 commit comments

Comments
 (0)