Skip to content

Commit aa276f3

Browse files
committed
remove default environmentd_version
1 parent 0152a16 commit aa276f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ variable "materialize_instances" {
136136
name = string
137137
namespace = string
138138
database_name = string
139-
environmentd_version = optional(string, "v0.130.4")
139+
environmentd_version = optional(string)
140140
cpu_request = string
141141
memory_request = string
142142
memory_limit = string

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ variable "materialize_instances" {
352352
name = string
353353
namespace = optional(string)
354354
database_name = string
355-
environmentd_version = optional(string, "v0.130.4")
355+
environmentd_version = optional(string)
356356
cpu_request = optional(string, "1")
357357
memory_request = optional(string, "1Gi")
358358
memory_limit = optional(string, "1Gi")

0 commit comments

Comments
 (0)