Skip to content

Commit d48aa31

Browse files
chore(deps): update terraform google to ~> 7.8.0
1 parent 90eb608 commit d48aa31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tofu/state/gcs/providers.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "~> 7.4.0"
5+
version = "~> 7.8.0"
66
}
77
}
88
encryption {

tofu/state/providers.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "~> 7.4.0"
5+
version = "~> 7.8.0"
66
}
77
}
88
encryption {

0 commit comments

Comments
 (0)