Skip to content

Commit 6575958

Browse files
committed
Add deployer as a stack component type
1 parent 9a8c9a8 commit 6575958

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/provider/data_source_stack_component.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func dataSourceStackComponent() *schema.Resource {
4242
"orchestrator",
4343
"step_operator",
4444
"model_registry",
45+
"deployer",
4546
}, false),
4647
},
4748
"flavor": {

internal/provider/validation.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ var (
9595
"orchestrator",
9696
"step_operator",
9797
"model_registry",
98+
"deployer",
9899
}
99100
)
100101

0 commit comments

Comments
 (0)