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 catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2020, 2025
# SPDX-License-Identifier: MPL-2.0
#
# Intended for internal HashiCorp use only
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package version
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/changelog_links.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2020, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion scripts/release/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2020, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion scripts/release/signore-wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2020, 2025
# SPDX-License-Identifier: MPL-2.0

printf '\n[GNUPG:] SIG_CREATED ' >&${1#--status-fd=}
Expand Down
2 changes: 1 addition & 1 deletion tfexec/apply.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

// Package tfexec exposes functionality for constructing and running Terraform
Expand Down
2 changes: 1 addition & 1 deletion tfexec/errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// Package e2etest contains end-to-end acceptance tests for the tfexec
Expand Down
2 changes: 1 addition & 1 deletion tfexec/internal/e2etest/errors_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

// This file contains tests that only compile/work in Go 1.13 and forward
Expand Down
2 changes: 1 addition & 1 deletion tfexec/internal/e2etest/fmt_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

package tfexec
Expand Down
Loading
Loading