Skip to content

Commit e99a200

Browse files
committed
Bump terraform providers
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
1 parent 0d8ad7f commit e99a200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/fastly/terraform/dl.k8s.io/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ terraform {
2929
required_providers {
3030
google = {
3131
source = "hashicorp/google"
32-
version = "~> 7.3.0"
32+
version = "~> 7.8.0"
3333
}
3434
fastly = {
3535
source = "fastly/fastly"
36-
version = "~> 8.1.0"
36+
version = "~> 8.3.2"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)