Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2025
# SPDX-License-Identifier: MPL-2.0

# This Dockerfile contains multiple targets.
Expand Down
2 changes: 1 addition & 1 deletion cmd/terraform-mcp-server/config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion cmd/terraform-mcp-server/init.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion cmd/terraform-mcp-server/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion e2e/cors_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package e2e
Expand Down
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package e2e
Expand Down
2 changes: 1 addition & 1 deletion e2e/payloads.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package e2e
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/middleware.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/middleware_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/ratelimit.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/ratelimit_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/registry.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/registry_client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/registry_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/session.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/tfe_client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/tls.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion pkg/resources/resource_templates.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package resources
Expand Down
2 changes: 1 addition & 1 deletion pkg/resources/resources.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package resources
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/dynamic_tool.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/dynamic_tool_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_latest_module_version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_latest_provider_version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_module_details.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_module_details_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_policy_details.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_provider_capabilities.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_provider_capabilities_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/get_provider_details.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/search_modules.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/search_policies.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/registry/search_providers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/action_run.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/create_no_code_workspace.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/create_no_code_workspace_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/create_run.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/create_run_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/create_workspace.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/create_workspace_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/delete_workspace_safely.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/delete_workspace_safely_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/get_private_module_details.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/get_private_provider_details.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/get_run_details.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/get_workspace_details.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/get_workspace_details_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/list_runs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/list_terraform_orgs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/list_terraform_projects.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/list_workspaces.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/list_workspaces_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/search_private_modules.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/search_private_providers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/update_workspace.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/update_workspace_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/variable_sets.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/variable_sets_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/workspace_tags.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/workspace_tags_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/workspace_variables.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tfe/workspace_variables_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package tools
Expand Down
2 changes: 1 addition & 1 deletion pkg/toolsets/mapping.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package toolsets
Expand Down
2 changes: 1 addition & 1 deletion pkg/toolsets/toolsets.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2025
// SPDX-License-Identifier: MPL-2.0

package toolsets
Expand Down
Loading
Loading