Skip to content

Commit 70f74ff

Browse files
committed
fastly: bump terraform provider
Bump the provider to the latest version so we can define Fastly alerts.
1 parent e275934 commit 70f74ff

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)