File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 5.8.0 (Unreleased)
1
+ ## 5.9.0 (Unreleased)
2
+
3
+ ## 5.8.0 (April 18, 2024)
4
+
5
+ BUG FIXES:
6
+
7
+ - fix(fastly_vcl_service): ensure backend names are unique [ #836 ] ( https://github.com/fastly/terraform-provider-fastly/pull/836 )
8
+
9
+ ENHANCEMENTS:
10
+
11
+ - feat: vcl_snippets [ #835 ] ( https://github.com/fastly/terraform-provider-fastly/pull/835 )
12
+ - Add support for specifying location when creating KV stores [ #834 ] ( https://github.com/fastly/terraform-provider-fastly/pull/834 )
2
13
3
14
## 5.7.3 (April 16, 2024)
4
15
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
required_providers {
26
26
fastly = {
27
27
source = "fastly/fastly"
28
- version = ">= 5.7.3 "
28
+ version = ">= 5.8.0 "
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments