Commit 2745c42 1 parent 85929bc commit 2745c42 Copy full SHA for 2745c42
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ type CrowdStrikeProvider struct {
38
38
// CrowdStrikeProviderModel describes the provider data model.
39
39
type CrowdStrikeProviderModel struct {
40
40
Cloud types.String `tfsdk:"cloud"`
41
- ClientSecret types.String `tfsdk:"client_id "`
42
- ClientId types.String `tfsdk:"client_secret "`
41
+ ClientSecret types.String `tfsdk:"client_secret "`
42
+ ClientId types.String `tfsdk:"client_id "`
43
43
}
44
44
45
45
func (p * CrowdStrikeProvider ) Metadata (
@@ -145,7 +145,7 @@ func (p *CrowdStrikeProvider) Configure(
145
145
}
146
146
147
147
if ! config .ClientId .IsNull () {
148
- clientId = config .ClientSecret .ValueString ()
148
+ clientId = config .ClientId .ValueString ()
149
149
}
150
150
151
151
if ! config .ClientSecret .IsNull () {
You can’t perform that action at this time.
0 commit comments