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 META.d/_summary.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

---
Expand Down
2 changes: 1 addition & 1 deletion META.d/data.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

data_summary:
Expand Down
2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2018, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

a_number = 0
Expand Down
2 changes: 1 addition & 1 deletion examples/workspaces_variables/managed/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

# Defaults are given in this configuration and the defaults.auto.tfvars file.
Expand Down
2 changes: 1 addition & 1 deletion examples/workspaces_variables/manager/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

# This configuration creates and manages workspaces in HCP Terraform /
Expand Down
2 changes: 1 addition & 1 deletion examples/workspaces_variables/manager/providers.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

# If a variable is omitted it will not be set on the variables page. Values can
Expand Down
2 changes: 1 addition & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_agent_pool_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_ip_ranges_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_oauth_client_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_organization_members.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

package provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_organization_tags_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_organizations_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

// NOTE: This is a legacy resource and should be migrated to the Plugin
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_policy_set_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

package provider
Expand Down
Loading