Skip to content

Commit 0424b01

Browse files
chore(docs): update terraform local (2.7.0 → 2.8.0) (#2765)
* chore(ci): update actions/setup-go digest (4b73464 → 4a36011) * chore(docs): update terraform local (2.7.0 → 2.8.0) | datasource | package | from | to | | ------------------ | --------------- | ----- | ----- | | terraform-provider | hashicorp/local | 2.7.0 | 2.8.0 | --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28850c8 commit 0424b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
local = {
44
source = "hashicorp/local"
5-
version = "2.7.0"
5+
version = "2.8.0"
66
}
77
tls = {
88
source = "hashicorp/tls"

0 commit comments

Comments
 (0)