diff --git a/LICENSE b/LICENSE index f41b4da..220c0fc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2020, 2023 +Copyright IBM Corp. 2020, 2026 Mozilla Public License Version 2.0 ================================== diff --git a/configuration/basic_user/main.tf b/configuration/basic_user/main.tf index cc56e76..5811249 100644 --- a/configuration/basic_user/main.tf +++ b/configuration/basic_user/main.tf @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2020, 2026 + # This Terraform script for HCP/OSS Boundary sets up a new fully-privileged user with a new password auth method. # A user must be associated with an account, which belongs to an auth method. For a user to have full permissions # at each scope level, the user must be added to a role in each scope. diff --git a/configuration/quickstart/main.tf b/configuration/quickstart/main.tf index 8b1d39d..a176529 100644 --- a/configuration/quickstart/main.tf +++ b/configuration/quickstart/main.tf @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2020, 2026 + # This Terraform script for HCP/OSS Boundary sets up the basic Org, Project, and Target. # # Prerequisites: The Boundary cluster must be deployed. diff --git a/deployment/aws/aws/cert.tf b/deployment/aws/aws/cert.tf index b2e8382..c5f1549 100644 --- a/deployment/aws/aws/cert.tf +++ b/deployment/aws/aws/cert.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "tls_private_key" "boundary" { diff --git a/deployment/aws/aws/db.tf b/deployment/aws/aws/db.tf index e657afa..402fd18 100644 --- a/deployment/aws/aws/db.tf +++ b/deployment/aws/aws/db.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "aws_db_instance" "boundary" { diff --git a/deployment/aws/aws/ec2.tf b/deployment/aws/aws/ec2.tf index 288b099..03abb78 100644 --- a/deployment/aws/aws/ec2.tf +++ b/deployment/aws/aws/ec2.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 locals { diff --git a/deployment/aws/aws/iam.tf b/deployment/aws/aws/iam.tf index 1efc0dd..edb16d6 100644 --- a/deployment/aws/aws/iam.tf +++ b/deployment/aws/aws/iam.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "aws_iam_role" "boundary" { diff --git a/deployment/aws/aws/install/install.sh b/deployment/aws/aws/install/install.sh index 248b6a1..a9acfa1 100755 --- a/deployment/aws/aws/install/install.sh +++ b/deployment/aws/aws/install/install.sh @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Installs the boundary as a service for systemd on linux diff --git a/deployment/aws/aws/kms.tf b/deployment/aws/aws/kms.tf index f4697ba..9dcd946 100644 --- a/deployment/aws/aws/kms.tf +++ b/deployment/aws/aws/kms.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "aws_kms_key" "root" { diff --git a/deployment/aws/aws/lb.tf b/deployment/aws/aws/lb.tf index 5146900..2b366ee 100644 --- a/deployment/aws/aws/lb.tf +++ b/deployment/aws/aws/lb.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "aws_lb" "controller" { diff --git a/deployment/aws/aws/net.tf b/deployment/aws/aws/net.tf index 0775e71..b651cfa 100644 --- a/deployment/aws/aws/net.tf +++ b/deployment/aws/aws/net.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 provider "aws" { diff --git a/deployment/aws/aws/outputs.tf b/deployment/aws/aws/outputs.tf index 3a8e5e7..f9158fa 100644 --- a/deployment/aws/aws/outputs.tf +++ b/deployment/aws/aws/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 output "boundary_lb" { diff --git a/deployment/aws/aws/vars.tf b/deployment/aws/aws/vars.tf index a48f3c8..1bbccf7 100644 --- a/deployment/aws/aws/vars.tf +++ b/deployment/aws/aws/vars.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "random_pet" "test" { diff --git a/deployment/aws/boundary/auth.tf b/deployment/aws/boundary/auth.tf index 2cbce68..56c08b3 100644 --- a/deployment/aws/boundary/auth.tf +++ b/deployment/aws/boundary/auth.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_auth_method" "password" { diff --git a/deployment/aws/boundary/hosts.tf b/deployment/aws/boundary/hosts.tf index 11ada96..ab10019 100644 --- a/deployment/aws/boundary/hosts.tf +++ b/deployment/aws/boundary/hosts.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_host_catalog" "backend_servers" { diff --git a/deployment/aws/boundary/main.tf b/deployment/aws/boundary/main.tf index d14f71f..71f7162 100644 --- a/deployment/aws/boundary/main.tf +++ b/deployment/aws/boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/aws/boundary/principles.tf b/deployment/aws/boundary/principles.tf index 873c334..ba5ae74 100644 --- a/deployment/aws/boundary/principles.tf +++ b/deployment/aws/boundary/principles.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_user" "backend" { diff --git a/deployment/aws/boundary/roles.tf b/deployment/aws/boundary/roles.tf index 79f1037..fcc20d5 100644 --- a/deployment/aws/boundary/roles.tf +++ b/deployment/aws/boundary/roles.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Allows anonymous (un-authenticated) users to list and authenticate against any diff --git a/deployment/aws/boundary/scopes.tf b/deployment/aws/boundary/scopes.tf index 8b36cea..d331da5 100644 --- a/deployment/aws/boundary/scopes.tf +++ b/deployment/aws/boundary/scopes.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_scope" "global" { diff --git a/deployment/aws/boundary/targets.tf b/deployment/aws/boundary/targets.tf index fede725..77c916e 100644 --- a/deployment/aws/boundary/targets.tf +++ b/deployment/aws/boundary/targets.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_target" "backend_servers_ssh" { diff --git a/deployment/aws/boundary/vars.tf b/deployment/aws/boundary/vars.tf index e5c4978..d04bca9 100644 --- a/deployment/aws/boundary/vars.tf +++ b/deployment/aws/boundary/vars.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "url" { diff --git a/deployment/aws/main.tf b/deployment/aws/main.tf index e76ae28..04dae38 100644 --- a/deployment/aws/main.tf +++ b/deployment/aws/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/aws/taintall.sh b/deployment/aws/taintall.sh index acc3699..151d46d 100644 --- a/deployment/aws/taintall.sh +++ b/deployment/aws/taintall.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # run this to deploy new binaries diff --git a/deployment/aws/vars.tf b/deployment/aws/vars.tf index 1ae95ec..bf583bf 100644 --- a/deployment/aws/vars.tf +++ b/deployment/aws/vars.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "boundary_bin" { diff --git a/deployment/azure/azure/azuread.tf b/deployment/azure/azure/azuread.tf index 718c591..8660869 100644 --- a/deployment/azure/azure/azuread.tf +++ b/deployment/azure/azure/azuread.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # We need to create an Azure AD service principal for use by Boundary diff --git a/deployment/azure/azure/db.tf b/deployment/azure/azure/db.tf index 520cc80..f28b9de 100644 --- a/deployment/azure/azure/db.tf +++ b/deployment/azure/azure/db.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Create postgresql server diff --git a/deployment/azure/azure/keyvault.tf b/deployment/azure/azure/keyvault.tf index 9dfecf6..9099405 100644 --- a/deployment/azure/azure/keyvault.tf +++ b/deployment/azure/azure/keyvault.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/deployment/azure/azure/lb.tf b/deployment/azure/azure/lb.tf index ed0c61c..993e66e 100644 --- a/deployment/azure/azure/lb.tf +++ b/deployment/azure/azure/lb.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Create a public IP address for the load balancer diff --git a/deployment/azure/azure/nsg.tf b/deployment/azure/azure/nsg.tf index 9319346..50f4e68 100644 --- a/deployment/azure/azure/nsg.tf +++ b/deployment/azure/azure/nsg.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Inbound rules for controller subnet nsg diff --git a/deployment/azure/azure/outputs.tf b/deployment/azure/azure/outputs.tf index 872cf3f..6023c4f 100644 --- a/deployment/azure/azure/outputs.tf +++ b/deployment/azure/azure/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # These outputs are used by the Boundary terraform config as inputs diff --git a/deployment/azure/azure/remotehosts.tf b/deployment/azure/azure/remotehosts.tf index 5e13abc..45be5d5 100644 --- a/deployment/azure/azure/remotehosts.tf +++ b/deployment/azure/azure/remotehosts.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Create backend targets as part of the PoC diff --git a/deployment/azure/azure/terraform.tf b/deployment/azure/azure/terraform.tf index 3cad088..54e3d23 100644 --- a/deployment/azure/azure/terraform.tf +++ b/deployment/azure/azure/terraform.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/azure/azure/variables.tf b/deployment/azure/azure/variables.tf index cd5ea4c..54d5de4 100644 --- a/deployment/azure/azure/variables.tf +++ b/deployment/azure/azure/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # The reference architecture creates a new Vnet diff --git a/deployment/azure/azure/vm.tf b/deployment/azure/azure/vm.tf index d647e39..cb8d03a 100644 --- a/deployment/azure/azure/vm.tf +++ b/deployment/azure/azure/vm.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Generate key pair for all VMs diff --git a/deployment/azure/azure/vnet.tf b/deployment/azure/azure/vnet.tf index a2476fd..f3bf177 100644 --- a/deployment/azure/azure/vnet.tf +++ b/deployment/azure/azure/vnet.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Define provider for config diff --git a/deployment/azure/boundary/auth.tf b/deployment/azure/boundary/auth.tf index afb8a91..2ac991a 100644 --- a/deployment/azure/boundary/auth.tf +++ b/deployment/azure/boundary/auth.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_auth_method_password" "password" { diff --git a/deployment/azure/boundary/hosts.tf b/deployment/azure/boundary/hosts.tf index 11ada96..ab10019 100644 --- a/deployment/azure/boundary/hosts.tf +++ b/deployment/azure/boundary/hosts.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_host_catalog" "backend_servers" { diff --git a/deployment/azure/boundary/main.tf b/deployment/azure/boundary/main.tf index 4961ea8..eac0a6a 100644 --- a/deployment/azure/boundary/main.tf +++ b/deployment/azure/boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/azure/boundary/principles.tf b/deployment/azure/boundary/principles.tf index 42f4157..d7e452c 100644 --- a/deployment/azure/boundary/principles.tf +++ b/deployment/azure/boundary/principles.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_user" "backend" { diff --git a/deployment/azure/boundary/roles.tf b/deployment/azure/boundary/roles.tf index 79f1037..fcc20d5 100644 --- a/deployment/azure/boundary/roles.tf +++ b/deployment/azure/boundary/roles.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Allows anonymous (un-authenticated) users to list and authenticate against any diff --git a/deployment/azure/boundary/scopes.tf b/deployment/azure/boundary/scopes.tf index 8b36cea..d331da5 100644 --- a/deployment/azure/boundary/scopes.tf +++ b/deployment/azure/boundary/scopes.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_scope" "global" { diff --git a/deployment/azure/boundary/targets.tf b/deployment/azure/boundary/targets.tf index 5f122d1..fd47639 100644 --- a/deployment/azure/boundary/targets.tf +++ b/deployment/azure/boundary/targets.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_target" "backend_servers_ssh" { diff --git a/deployment/azure/boundary/vars.tf b/deployment/azure/boundary/vars.tf index 36001fd..281694b 100644 --- a/deployment/azure/boundary/vars.tf +++ b/deployment/azure/boundary/vars.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "url" { diff --git a/deployment/azure/main.tf b/deployment/azure/main.tf index ec13e84..1b0002c 100644 --- a/deployment/azure/main.tf +++ b/deployment/azure/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "boundary_version" { diff --git a/deployment/docker/compose/boundary.hcl b/deployment/docker/compose/boundary.hcl index 1cd4dde..f462239 100644 --- a/deployment/docker/compose/boundary.hcl +++ b/deployment/docker/compose/boundary.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 disable_mlock = true diff --git a/deployment/docker/compose/docker-compose.yml b/deployment/docker/compose/docker-compose.yml index f134454..cc16725 100644 --- a/deployment/docker/compose/docker-compose.yml +++ b/deployment/docker/compose/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 version: "3.8" diff --git a/deployment/docker/compose/keygen.py b/deployment/docker/compose/keygen.py index 81a6014..070da76 100644 --- a/deployment/docker/compose/keygen.py +++ b/deployment/docker/compose/keygen.py @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 import base64 diff --git a/deployment/docker/terraform/main.tf b/deployment/docker/terraform/main.tf index 3967158..a8c4a7e 100644 --- a/deployment/docker/terraform/main.tf +++ b/deployment/docker/terraform/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/docker_cts/compose/boundary.hcl b/deployment/docker_cts/compose/boundary.hcl index 96f1541..716a8cf 100644 --- a/deployment/docker_cts/compose/boundary.hcl +++ b/deployment/docker_cts/compose/boundary.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 disable_mlock = true diff --git a/deployment/docker_cts/compose/cts/config.hcl b/deployment/docker_cts/compose/cts/config.hcl index d339a50..633380e 100644 --- a/deployment/docker_cts/compose/cts/config.hcl +++ b/deployment/docker_cts/compose/cts/config.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 log_level = "info" diff --git a/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/main.tf b/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/main.tf index 2842d80..6e8d785 100644 --- a/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/main.tf +++ b/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/variables.tf b/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/variables.tf index 91d21b6..0403531 100644 --- a/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/variables.tf +++ b/deployment/docker_cts/compose/cts/sync-tasks/boundary/boundary/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "services" { diff --git a/deployment/docker_cts/compose/cts/sync-tasks/boundary/main.tf b/deployment/docker_cts/compose/cts/sync-tasks/boundary/main.tf index 592625c..79f554b 100644 --- a/deployment/docker_cts/compose/cts/sync-tasks/boundary/main.tf +++ b/deployment/docker_cts/compose/cts/sync-tasks/boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # This file is generated by Consul Terraform Sync. diff --git a/deployment/docker_cts/compose/cts/sync-tasks/boundary/variables.tf b/deployment/docker_cts/compose/cts/sync-tasks/boundary/variables.tf index 2fdb083..d65f98f 100644 --- a/deployment/docker_cts/compose/cts/sync-tasks/boundary/variables.tf +++ b/deployment/docker_cts/compose/cts/sync-tasks/boundary/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # This file is generated by Consul Terraform Sync. diff --git a/deployment/docker_cts/compose/docker-compose.yml b/deployment/docker_cts/compose/docker-compose.yml index 6ad0d19..c218315 100644 --- a/deployment/docker_cts/compose/docker-compose.yml +++ b/deployment/docker_cts/compose/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 version: "3.8" diff --git a/deployment/docker_cts/cts/sync-tasks/boundary/main.tf b/deployment/docker_cts/cts/sync-tasks/boundary/main.tf index 592625c..79f554b 100644 --- a/deployment/docker_cts/cts/sync-tasks/boundary/main.tf +++ b/deployment/docker_cts/cts/sync-tasks/boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # This file is generated by Consul Terraform Sync. diff --git a/deployment/docker_cts/cts/sync-tasks/boundary/variables.tf b/deployment/docker_cts/cts/sync-tasks/boundary/variables.tf index 14aade1..40ce486 100644 --- a/deployment/docker_cts/cts/sync-tasks/boundary/variables.tf +++ b/deployment/docker_cts/cts/sync-tasks/boundary/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # This file is generated by Consul Terraform Sync. diff --git a/deployment/docker_cts/terraform/main.tf b/deployment/docker_cts/terraform/main.tf index 79aa933..1739143 100644 --- a/deployment/docker_cts/terraform/main.tf +++ b/deployment/docker_cts/terraform/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/gcp/00_variables-default.tf b/deployment/gcp/00_variables-default.tf index 71fb6a1..e819375 100644 --- a/deployment/gcp/00_variables-default.tf +++ b/deployment/gcp/00_variables-default.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/deployment/gcp/boundary/auth.tf b/deployment/gcp/boundary/auth.tf index 2cbce68..56c08b3 100644 --- a/deployment/gcp/boundary/auth.tf +++ b/deployment/gcp/boundary/auth.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_auth_method" "password" { diff --git a/deployment/gcp/boundary/hosts.tf b/deployment/gcp/boundary/hosts.tf index 11ada96..ab10019 100644 --- a/deployment/gcp/boundary/hosts.tf +++ b/deployment/gcp/boundary/hosts.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_host_catalog" "backend_servers" { diff --git a/deployment/gcp/boundary/main.tf b/deployment/gcp/boundary/main.tf index d14e51b..be45e93 100644 --- a/deployment/gcp/boundary/main.tf +++ b/deployment/gcp/boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/gcp/boundary/principals.tf b/deployment/gcp/boundary/principals.tf index d0c86db..7213abf 100644 --- a/deployment/gcp/boundary/principals.tf +++ b/deployment/gcp/boundary/principals.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_user" "backend" { diff --git a/deployment/gcp/boundary/principles.tf b/deployment/gcp/boundary/principles.tf index d0c86db..7213abf 100644 --- a/deployment/gcp/boundary/principles.tf +++ b/deployment/gcp/boundary/principles.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_user" "backend" { diff --git a/deployment/gcp/boundary/roles.tf b/deployment/gcp/boundary/roles.tf index 79f1037..fcc20d5 100644 --- a/deployment/gcp/boundary/roles.tf +++ b/deployment/gcp/boundary/roles.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Allows anonymous (un-authenticated) users to list and authenticate against any diff --git a/deployment/gcp/boundary/scopes.tf b/deployment/gcp/boundary/scopes.tf index 8b36cea..d331da5 100644 --- a/deployment/gcp/boundary/scopes.tf +++ b/deployment/gcp/boundary/scopes.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_scope" "global" { diff --git a/deployment/gcp/boundary/targets.tf b/deployment/gcp/boundary/targets.tf index fede725..77c916e 100644 --- a/deployment/gcp/boundary/targets.tf +++ b/deployment/gcp/boundary/targets.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_target" "backend_servers_ssh" { diff --git a/deployment/gcp/boundary/vars.tf b/deployment/gcp/boundary/vars.tf index 98abcd4..e9d77cf 100644 --- a/deployment/gcp/boundary/vars.tf +++ b/deployment/gcp/boundary/vars.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "url" { diff --git a/deployment/gcp/gcp/compute.tf b/deployment/gcp/gcp/compute.tf index efc6eeb..5156c9b 100644 --- a/deployment/gcp/gcp/compute.tf +++ b/deployment/gcp/gcp/compute.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 data "google_compute_image" "this" { diff --git a/deployment/gcp/gcp/db.tf b/deployment/gcp/gcp/db.tf index 52ad967..c35213c 100644 --- a/deployment/gcp/gcp/db.tf +++ b/deployment/gcp/gcp/db.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "google_sql_database_instance" "this" { diff --git a/deployment/gcp/gcp/iam.tf b/deployment/gcp/gcp/iam.tf index 84d37f5..4ac79ee 100644 --- a/deployment/gcp/gcp/iam.tf +++ b/deployment/gcp/gcp/iam.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 ### Service Account creation for Google Compute Instances diff --git a/deployment/gcp/gcp/kms.tf b/deployment/gcp/gcp/kms.tf index f6a1857..977775e 100644 --- a/deployment/gcp/gcp/kms.tf +++ b/deployment/gcp/gcp/kms.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "google_kms_key_ring" "this" { diff --git a/deployment/gcp/gcp/lb.tf b/deployment/gcp/gcp/lb.tf index ca9f24c..e69b914 100644 --- a/deployment/gcp/gcp/lb.tf +++ b/deployment/gcp/gcp/lb.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 ## Controller API load balancing diff --git a/deployment/gcp/gcp/main.tf b/deployment/gcp/gcp/main.tf index 20a4200..44c8059 100644 --- a/deployment/gcp/gcp/main.tf +++ b/deployment/gcp/gcp/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 ## We use this to append a unique id on the end of our names to prevent collisions. diff --git a/deployment/gcp/gcp/outputs.tf b/deployment/gcp/gcp/outputs.tf index dde5c5a..48d4a91 100644 --- a/deployment/gcp/gcp/outputs.tf +++ b/deployment/gcp/gcp/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 output "boundary_url" { diff --git a/deployment/gcp/gcp/pki.tf b/deployment/gcp/gcp/pki.tf index 3bf2887..cf2c412 100644 --- a/deployment/gcp/gcp/pki.tf +++ b/deployment/gcp/gcp/pki.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "google_privateca_certificate_authority" "this" { diff --git a/deployment/gcp/gcp/target.tf b/deployment/gcp/gcp/target.tf index 8f28125..483815c 100644 --- a/deployment/gcp/gcp/target.tf +++ b/deployment/gcp/gcp/target.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "random_shuffle" "this" { diff --git a/deployment/gcp/gcp/variables.tf b/deployment/gcp/gcp/variables.tf index ae5e76d..8ff22be 100644 --- a/deployment/gcp/gcp/variables.tf +++ b/deployment/gcp/gcp/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 # Google Cloud provider variables diff --git a/deployment/gcp/gcp/vpc.tf b/deployment/gcp/gcp/vpc.tf index ee5cba8..3fbc6f4 100644 --- a/deployment/gcp/gcp/vpc.tf +++ b/deployment/gcp/gcp/vpc.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "google_compute_network" "this" { diff --git a/deployment/gcp/main.tf b/deployment/gcp/main.tf index 03347e0..51d5f54 100644 --- a/deployment/gcp/main.tf +++ b/deployment/gcp/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/deployment/gcp/outputs.tf b/deployment/gcp/outputs.tf index fad41dc..6f2a77b 100644 --- a/deployment/gcp/outputs.tf +++ b/deployment/gcp/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 output "helper_text" { diff --git a/deployment/gcp/provider.tf b/deployment/gcp/provider.tf index 22780b3..a3c1e62 100644 --- a/deployment/gcp/provider.tf +++ b/deployment/gcp/provider.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/deployment/kube/boundary/accounts.tf b/deployment/kube/boundary/accounts.tf index 6e55bf7..368aaff 100644 --- a/deployment/kube/boundary/accounts.tf +++ b/deployment/kube/boundary/accounts.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_account_password" "user" { diff --git a/deployment/kube/boundary/auth_method.tf b/deployment/kube/boundary/auth_method.tf index ae37b4a..636f276 100644 --- a/deployment/kube/boundary/auth_method.tf +++ b/deployment/kube/boundary/auth_method.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_auth_method_password" "password" { diff --git a/deployment/kube/boundary/boundary.tf b/deployment/kube/boundary/boundary.tf index 4f5f27c..cbc28fe 100644 --- a/deployment/kube/boundary/boundary.tf +++ b/deployment/kube/boundary/boundary.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/deployment/kube/boundary/groups.tf b/deployment/kube/boundary/groups.tf index d5ebbc0..002a158 100644 --- a/deployment/kube/boundary/groups.tf +++ b/deployment/kube/boundary/groups.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "random_shuffle" "group" { diff --git a/deployment/kube/boundary/host.tf b/deployment/kube/boundary/host.tf index 2fc97b2..f1b5f33 100644 --- a/deployment/kube/boundary/host.tf +++ b/deployment/kube/boundary/host.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_host_static" "redis" { diff --git a/deployment/kube/boundary/host_catalog.tf b/deployment/kube/boundary/host_catalog.tf index 195ddde..f3b2554 100644 --- a/deployment/kube/boundary/host_catalog.tf +++ b/deployment/kube/boundary/host_catalog.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_host_catalog_static" "databases" { diff --git a/deployment/kube/boundary/host_set.tf b/deployment/kube/boundary/host_set.tf index 028de77..b6d967d 100644 --- a/deployment/kube/boundary/host_set.tf +++ b/deployment/kube/boundary/host_set.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_host_set_static" "redis_containers" { diff --git a/deployment/kube/boundary/roles.tf b/deployment/kube/boundary/roles.tf index a93b828..3fe9799 100644 --- a/deployment/kube/boundary/roles.tf +++ b/deployment/kube/boundary/roles.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_role" "global_anon_listing" { diff --git a/deployment/kube/boundary/scopes.tf b/deployment/kube/boundary/scopes.tf index f94e229..75e8ea2 100644 --- a/deployment/kube/boundary/scopes.tf +++ b/deployment/kube/boundary/scopes.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_scope" "global" { diff --git a/deployment/kube/boundary/targets.tf b/deployment/kube/boundary/targets.tf index 0b6c27a..ca45f46 100644 --- a/deployment/kube/boundary/targets.tf +++ b/deployment/kube/boundary/targets.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_target" "redis" { diff --git a/deployment/kube/boundary/users.tf b/deployment/kube/boundary/users.tf index ea60a18..c67b2ae 100644 --- a/deployment/kube/boundary/users.tf +++ b/deployment/kube/boundary/users.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "boundary_user" "user" { diff --git a/deployment/kube/boundary/vars.tf b/deployment/kube/boundary/vars.tf index cec914c..06cc0f4 100644 --- a/deployment/kube/boundary/vars.tf +++ b/deployment/kube/boundary/vars.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "addr" { diff --git a/deployment/kube/kubernetes/boundary.tf b/deployment/kube/kubernetes/boundary.tf index 99ae1ba..59f699d 100644 --- a/deployment/kube/kubernetes/boundary.tf +++ b/deployment/kube/kubernetes/boundary.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "kubernetes_deployment" "boundary" { diff --git a/deployment/kube/kubernetes/boundary_config.tf b/deployment/kube/kubernetes/boundary_config.tf index 52b92e5..90c22ec 100644 --- a/deployment/kube/kubernetes/boundary_config.tf +++ b/deployment/kube/kubernetes/boundary_config.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "kubernetes_config_map" "boundary" { diff --git a/deployment/kube/kubernetes/kubernetes.tf b/deployment/kube/kubernetes/kubernetes.tf index 9104abf..f67b157 100644 --- a/deployment/kube/kubernetes/kubernetes.tf +++ b/deployment/kube/kubernetes/kubernetes.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 provider "kubernetes" { diff --git a/deployment/kube/kubernetes/postgres.tf b/deployment/kube/kubernetes/postgres.tf index fd23e03..0bf030b 100644 --- a/deployment/kube/kubernetes/postgres.tf +++ b/deployment/kube/kubernetes/postgres.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "kubernetes_deployment" "postgres" { diff --git a/deployment/kube/kubernetes/redis.tf b/deployment/kube/kubernetes/redis.tf index de69ead..dbaaca8 100644 --- a/deployment/kube/kubernetes/redis.tf +++ b/deployment/kube/kubernetes/redis.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "kubernetes_deployment" "redis" { diff --git a/deployment/kube/main.tf b/deployment/kube/main.tf index d55e432..965cc5b 100644 --- a/deployment/kube/main.tf +++ b/deployment/kube/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "boundary_addr" {