We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff7e47 commit 4350d11Copy full SHA for 4350d11
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Unreleased
2
3
+## 1.209.0 (February 05, 2025)
4
+ENHANCEMENTS:
5
+* resource/spotinst_ocean_spark: Added support for `workspaces` object.
6
+
7
## 1.208.0 (January, 23 2025)
8
FEATURES:
9
* **New Resource:** added new resource `resource/spotinst_credentials_azure` to support azure account onboarding to spotinst.
version/version.go
@@ -10,7 +10,7 @@ var (
10
// Version represents the main version number.
11
//
12
// Read-only.
13
- Version = "1.208.0"
+ Version = "1.209.0"
14
15
// Prerelease represents an optional pre-release label for the version.
16
// If this is "" (empty string) then it means that it is a final release.
0 commit comments