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 )
213
314## 5.7.3 (April 16, 2024)
415
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
2525 required_providers {
2626 fastly = {
2727 source = "fastly/fastly"
28- version = ">= 5.7.3 "
28+ version = ">= 5.8.0 "
2929 }
3030 }
3131}
You can’t perform that action at this time.
0 commit comments