Skip to content

Commit 8522ddd

Browse files
Merge pull request #56 from Uddipaan-Hazarika/develop
HUBS-1562 | Telemetry Support
2 parents 1a83cf9 + 39c6e2b commit 8522ddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ func configure(version string, p *schema.Provider) func(context.Context, *schema
8686
TLSClientConfig: &tls.Config{InsecureSkipVerify: d.Get("tls_insecure_skip").(bool)},
8787
}}
8888
cfg.AddDefaultHeader("Authorization", "apk "+d.Get("key").(string))
89+
cfg.AddDefaultHeader("x-dct-client-name", "Terraform")
8990

9091
client := dctapi.NewAPIClient(cfg)
9192

0 commit comments

Comments
 (0)