Skip to content

Commit b50a665

Browse files
committed
review changes 4
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
1 parent f8cbfbc commit b50a665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stackit/internal/core/core.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ const (
2727
)
2828

2929
type EphemeralProviderData struct {
30+
ProviderData
31+
3032
PrivateKey string
3133
PrivateKeyPath string
3234
ServiceAccountKey string
3335
ServiceAccountKeyPath string
3436
TokenCustomEndpoint string
35-
EnableBetaResources bool
3637
}
3738

3839
type ProviderData struct {

0 commit comments

Comments
 (0)