Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b9a30c

Browse files
committed
add workspace preset type
1 parent3650be2 commit5b9a30c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎provider/workspace_preset.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ import (
88
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
99
)
1010

11+
typeWorkspacePresetstruct {
12+
Namestring`mapstructure:"name"`
13+
Parametersmap[string]string`mapstructure:"parameters"`
14+
}
15+
1116
funcworkspacePresetDataSource()*schema.Resource {
1217
return&schema.Resource{
1318
SchemaVersion:1,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp