Skip to content
Merged
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 .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

blank_issues_enabled: false
Expand Down
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

config {
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 HashiCorp, Inc.
Copyright IBM Corp. 2021, 2025

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

locals {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_bastion_init/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

output "custom_data_setup_ssh" {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_bastion_init/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

# SSH Config
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_bastion_init/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_hcp_vault/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

# Vault AppRole
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_hcp_vault/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

output "url" {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_hcp_vault/provider.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

# Credentials will be set via the environment variables HCP_CLIENT_ID and HCP_CLIENT_SECRET
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_hcp_vault/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

variable "hcp_vault_cluster_id" {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_hcp_vault/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_proxy_init/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_proxy_init/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

output "mitmproxy" {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_proxy_init/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

# General
Expand Down
2 changes: 1 addition & 1 deletion fixtures/test_proxy_init/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

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

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/runtime_container_engine_config/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/runtime_container_engine_config/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

output "docker_compose_yaml" {
Expand Down
2 changes: 1 addition & 1 deletion modules/runtime_container_engine_config/redis_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

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

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/runtime_container_engine_config/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

variable "azure_account_key" {
Expand Down
2 changes: 1 addition & 1 deletion modules/runtime_container_engine_config/vault_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/runtime_container_engine_config/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

output "replicated_configuration" {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/replicated_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

resource "random_string" "password" {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/tfe_base_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/tfe_base_external_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/tfe_external_aws_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/tfe_external_azure_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/tfe_external_google_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/tfe_external_vault_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/tfe_redis_config.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

# --------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init/functions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

output "tfe_userdata_base64_encoded" {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

variable "enable_redis_mtls" {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init_replicated/functions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init_replicated/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

locals {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init_replicated/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

output "tfe_userdata_base64_encoded" {
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init_replicated/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

# General
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe_init_replicated/versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2021, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
Loading