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 b6b74f2 commit 89649f5Copy full SHA for 89649f5
.gitignore
@@ -26,7 +26,7 @@ website/node_modules
26
*.iml
27
28
# ignore the compiled binary when running `go install`
29
-terraform-provider-fastly
+terraform-provider-fastly*
30
31
website/vendor
32
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## 2.4.0 (Unreleased)
2
3
+## 2.3.3 (October 3, 2022)
4
+
5
+ENHANCEMENTS:
6
7
+* Reduce unnecessary API calls [#593](https://github.com/fastly/terraform-provider-fastly/pull/593)
8
9
## 2.3.2 (September 20, 2022)
10
11
ENHANCEMENTS:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
fastly = {
source = "fastly/fastly"
- version = ">= 2.3.2"
+ version = ">= 2.3.3"
}
0 commit comments