File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ variable "materialize_instances" {
136
136
name = string
137
137
namespace = string
138
138
database_name = string
139
- environmentd_version = optional (string , " v0.130.4 " )
139
+ environmentd_version = optional (string )
140
140
cpu_request = string
141
141
memory_request = string
142
142
memory_limit = string
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ variable "materialize_instances" {
352
352
name = string
353
353
namespace = optional (string )
354
354
database_name = string
355
- environmentd_version = optional (string , " v0.130.4 " )
355
+ environmentd_version = optional (string )
356
356
cpu_request = optional (string , " 1" )
357
357
memory_request = optional (string , " 1Gi" )
358
358
memory_limit = optional (string , " 1Gi" )
You can’t perform that action at this time.
0 commit comments