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 LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 HashiCorp, Inc.
Copyright IBM Corp. 2023, 2025

Mozilla Public License Version 2.0
==================================
Expand Down
2 changes: 1 addition & 1 deletion code/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

// Package code contains types associated with generic code handling within the
Expand Down
2 changes: 1 addition & 1 deletion code/import.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

// Package datasource contains data source specific types,
Expand Down
2 changes: 1 addition & 1 deletion datasource/schema.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// Package schema contains types associated with generic code handling within the
Expand Down
2 changes: 1 addition & 1 deletion schema/dynamic_default.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

package schema
Expand Down
Loading
Loading