Skip to content

Commit

Permalink
[COMPLIANCE] Add required copyright headers
Browse files Browse the repository at this point in the history
Signed-off-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
  • Loading branch information
hashicorp-copywrite[bot] committed Jan 19, 2024
1 parent 0045c37 commit 37e0ee6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/providers/tfc/apiProvider.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

import { PluginId, Zodios, ZodiosEndpointDefinition, ZodiosInstance, ZodiosPlugin } from "@zodios/core";
import { pluginHeader, pluginToken } from "@zodios/plugins";
import { accountEndpoints } from "../../terraformCloud/account";
Expand Down

0 comments on commit 37e0ee6

Please sign in to comment.