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 95d3583 commit 98907b7Copy full SHA for 98907b7
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.8.0] - 2021-02-18
8
+### Fixed
9
+- Null var
10
## [1.7.0] - 2021-02-18
11
### Changed
12
- Bump devenv
variables.tf
@@ -20,11 +20,11 @@ variable "vscode_enabled" {
20
}
21
22
variable "workspace_image_tag" {
23
- default = null
+ default = ""
24
type = string
25
26
27
variable "workspace_image_digest" {
28
29
30
0 commit comments