File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 174
174
"type" : " string" ,
175
175
"description" : " Spacelift space ID"
176
176
},
177
+ "space_name" : {
178
+ "type" : " string" ,
179
+ "description" : " Spacelift space name, this will be translated to a space_id. Mutually exclusive with space_id"
180
+ },
177
181
"terraform_smart_sanitization" : {
178
182
"type" : " boolean" ,
179
183
"description" : " Whether to enable smart sanitization"
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ run "test_default_example_stack_final_values" {
154
154
155
155
# space_id
156
156
assert {
157
- condition = spacelift_stack. default [" root-module-a-default-example" ]. space_id == " 1234567890 "
157
+ condition = spacelift_stack. default [" root-module-a-default-example" ]. space_id == " mp-automation-01JEC2D4K2Q2V1AJQ0Y6BFGJJ3 "
158
158
error_message = " space_id was not correct on the default-example stack: ${ jsonencode (spacelift_stack. default [" root-module-a-default-example" ])} "
159
159
}
160
160
You can’t perform that action at this time.
0 commit comments