Skip to content

Commit 5063eea

Browse files
authored
Allow custom images on iterative_cml_runner resource (#266)
1 parent b2c7c2c commit 5063eea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

iterative/resource_runner.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ func resourceRunner() *schema.Resource {
8989
},
9090
"image": &schema.Schema{
9191
Type: schema.TypeString,
92-
Computed: true,
92+
ForceNew: true,
93+
Optional: true,
94+
Default: "",
9395
},
9496
"spot": &schema.Schema{
9597
Type: schema.TypeBool,

0 commit comments

Comments
 (0)