You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stackit/internal/core/core.go
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,19 @@ const (
25
25
DatasourceRegionFallbackDocstring="Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on datasource level."
26
26
)
27
27
28
-
typeProviderDatastruct {
29
-
RoundTripper http.RoundTripper
30
-
ServiceAccountEmailstring// Deprecated: ServiceAccountEmail is not required and will be removed after 12th June 2025.
28
+
typeEphemeralProviderDatastruct {
29
+
ProviderData
31
30
32
31
PrivateKeystring
33
32
PrivateKeyPathstring
34
33
ServiceAccountKeystring
35
34
ServiceAccountKeyPathstring
35
+
TokenCustomEndpointstring
36
+
}
37
+
38
+
typeProviderDatastruct {
39
+
RoundTripper http.RoundTripper
40
+
ServiceAccountEmailstring// Deprecated: ServiceAccountEmail is not required and will be removed after 12th June 2025.
0 commit comments