We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619a685 commit 1b49c6dCopy full SHA for 1b49c6d
stackit/internal/services/intake/runner/resource_test.go
@@ -82,7 +82,7 @@ func TestMapFields(t *testing.T) {
82
Region: types.StringValue("eu01"),
83
RunnerId: types.StringNull(),
84
Name: types.StringNull(),
85
- Description: types.StringValue(""),
+ Description: types.StringNull(),
86
Labels: types.MapValueMust(types.StringType, map[string]attr.Value{}),
87
MaxMessageSizeKiB: types.Int64Null(),
88
MaxMessagesPerHour: types.Int64Null(),
0 commit comments