Skip to content

Commit 2428c08

Browse files
authored
Merge pull request #6958 from ameukam/fastly-bump-terraform-provider
fastly: bump terraform provider
2 parents fdc0df3 + 70f74ff commit 2428c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/fastly/terraform/dl-sandbox.k8s.dev/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
required_providers {
3030
fastly = {
3131
source = "fastly/fastly"
32-
version = "~> 5.6.0"
32+
version = "~> 5.11.0"
3333
}
3434
}
3535
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
required_providers {
3030
fastly = {
3131
source = "fastly/fastly"
32-
version = "~> 5.2.0"
32+
version = "~> 5.11.0"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)