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 f347b0c commit 1b11c98Copy full SHA for 1b11c98
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## 2.4.0 (Unreleased)
2
3
+## 2.3.2 (September 20, 2022)
4
+
5
+ENHANCEMENTS:
6
7
+* Support for additional S3 storage classes [#589](https://github.com/fastly/terraform-provider-fastly/pull/589)
8
9
+DOCUMENTATION:
10
11
+* Remove inconsistent 'warning' message [#591](https://github.com/fastly/terraform-provider-fastly/pull/591)
12
13
## 2.3.1 (September 12, 2022)
14
15
BUG FIXES:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 2.3.1"
+ version = ">= 2.3.2"
29
}
30
31
0 commit comments