We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5706849 commit 9bea039Copy full SHA for 9bea039
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## 3.1.0 (Unreleased)
2
3
+## 3.0.2 (November 23, 2022)
4
+
5
+BUG FIXES:
6
7
+* Fix logging endpoints to not send empty placement value [#620](https://github.com/fastly/terraform-provider-fastly/pull/620)
8
9
## 3.0.1 (November 22, 2022)
10
11
BUG FIXES:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 3.0.1"
+ version = ">= 3.0.2"
29
}
30
31
0 commit comments