diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml index 7df12fadb180..f3111988c478 100644 --- a/META.d/_summary.yaml +++ b/META.d/_summary.yaml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 --- diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1f666ea4d756..4c8d867b5fab 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2014, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/examples/alexa/main.tf b/examples/alexa/main.tf index a1542477d1fb..9bb1cd8aebd5 100644 --- a/examples/alexa/main.tf +++ b/examples/alexa/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/alexa/outputs.tf b/examples/alexa/outputs.tf index 4fee8c59ccfd..de516f992423 100644 --- a/examples/alexa/outputs.tf +++ b/examples/alexa/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "aws_lambda_function_arn" { diff --git a/examples/alexa/variables.tf b/examples/alexa/variables.tf index cc7ed572e0ed..cc1ba6bf7b88 100644 --- a/examples/alexa/variables.tf +++ b/examples/alexa/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/api-gateway-rest-api-openapi/domain.tf b/examples/api-gateway-rest-api-openapi/domain.tf index 6c00b2d9b780..8abaf3267a77 100644 --- a/examples/api-gateway-rest-api-openapi/domain.tf +++ b/examples/api-gateway-rest-api-openapi/domain.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/api-gateway-rest-api-openapi/main.tf b/examples/api-gateway-rest-api-openapi/main.tf index 5ce07f02740a..df32335c1739 100644 --- a/examples/api-gateway-rest-api-openapi/main.tf +++ b/examples/api-gateway-rest-api-openapi/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/api-gateway-rest-api-openapi/outputs.tf b/examples/api-gateway-rest-api-openapi/outputs.tf index eb4751cd5a70..120878cb430b 100644 --- a/examples/api-gateway-rest-api-openapi/outputs.tf +++ b/examples/api-gateway-rest-api-openapi/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/api-gateway-rest-api-openapi/rest-api.tf b/examples/api-gateway-rest-api-openapi/rest-api.tf index 94130fa078aa..e481a8b70cd7 100644 --- a/examples/api-gateway-rest-api-openapi/rest-api.tf +++ b/examples/api-gateway-rest-api-openapi/rest-api.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_api_gateway_rest_api" "example" { diff --git a/examples/api-gateway-rest-api-openapi/stage.tf b/examples/api-gateway-rest-api-openapi/stage.tf index 637ca3b72902..30c8645d4fa9 100644 --- a/examples/api-gateway-rest-api-openapi/stage.tf +++ b/examples/api-gateway-rest-api-openapi/stage.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/api-gateway-rest-api-openapi/terraform.template.tfvars b/examples/api-gateway-rest-api-openapi/terraform.template.tfvars index 6eb16abd87a0..52f98f75cb98 100644 --- a/examples/api-gateway-rest-api-openapi/terraform.template.tfvars +++ b/examples/api-gateway-rest-api-openapi/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 aws_region = "us-west-2" diff --git a/examples/api-gateway-rest-api-openapi/tls.tf b/examples/api-gateway-rest-api-openapi/tls.tf index c5dcfbef1e7a..396a82e5e6ec 100644 --- a/examples/api-gateway-rest-api-openapi/tls.tf +++ b/examples/api-gateway-rest-api-openapi/tls.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/api-gateway-rest-api-openapi/variables.tf b/examples/api-gateway-rest-api-openapi/variables.tf index 608e49fee755..33168840c370 100644 --- a/examples/api-gateway-rest-api-openapi/variables.tf +++ b/examples/api-gateway-rest-api-openapi/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/api-gateway-websocket-chat-app/main.tf b/examples/api-gateway-websocket-chat-app/main.tf index f0d1e1dc5ff2..01426638788d 100644 --- a/examples/api-gateway-websocket-chat-app/main.tf +++ b/examples/api-gateway-websocket-chat-app/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/api-gateway-websocket-chat-app/terraform.template.tfvars b/examples/api-gateway-websocket-chat-app/terraform.template.tfvars index a80912583cfe..20b591ebdda0 100644 --- a/examples/api-gateway-websocket-chat-app/terraform.template.tfvars +++ b/examples/api-gateway-websocket-chat-app/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 aws_region = "us-east-1" diff --git a/examples/api-gateway-websocket-chat-app/variables.tf b/examples/api-gateway-websocket-chat-app/variables.tf index d5d8f13b4f17..5a7b1362aae9 100644 --- a/examples/api-gateway-websocket-chat-app/variables.tf +++ b/examples/api-gateway-websocket-chat-app/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/asg/main.tf b/examples/asg/main.tf index 4f973ec00831..45d41ce19b96 100644 --- a/examples/asg/main.tf +++ b/examples/asg/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/asg/outputs.tf b/examples/asg/outputs.tf index 504dc0b10529..02d676c08bd6 100644 --- a/examples/asg/outputs.tf +++ b/examples/asg/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "security_group" { diff --git a/examples/asg/terraform.template.tfvars b/examples/asg/terraform.template.tfvars index a251042dc11e..d693fe8614df 100644 --- a/examples/asg/terraform.template.tfvars +++ b/examples/asg/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 key_name = "terraform-aws-provider-example" diff --git a/examples/asg/userdata.sh b/examples/asg/userdata.sh index 586a583cbe63..656412fbfc07 100644 --- a/examples/asg/userdata.sh +++ b/examples/asg/userdata.sh @@ -1,5 +1,5 @@ #!/bin/bash -v -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 apt-get update -y diff --git a/examples/asg/variables.tf b/examples/asg/variables.tf index af40e9392bc9..62fdc80e8c9f 100644 --- a/examples/asg/variables.tf +++ b/examples/asg/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/cleanrooms/main.tf b/examples/cleanrooms/main.tf index c008ffa750bf..36662d72ee2b 100644 --- a/examples/cleanrooms/main.tf +++ b/examples/cleanrooms/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/cloudhsm/main.tf b/examples/cloudhsm/main.tf index 09971d11b23e..60df28d5469f 100644 --- a/examples/cloudhsm/main.tf +++ b/examples/cloudhsm/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/cloudhsm/outputs.tf b/examples/cloudhsm/outputs.tf index dd07a1b57e5a..55d4016a236a 100644 --- a/examples/cloudhsm/outputs.tf +++ b/examples/cloudhsm/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "hsm_ip_address" { diff --git a/examples/cloudhsm/variables.tf b/examples/cloudhsm/variables.tf index 28180c929192..a89f15bc4d1f 100644 --- a/examples/cloudhsm/variables.tf +++ b/examples/cloudhsm/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/cognito-user-pool/main.tf b/examples/cognito-user-pool/main.tf index 62fc06c039d1..48be777bd663 100644 --- a/examples/cognito-user-pool/main.tf +++ b/examples/cognito-user-pool/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/cognito-user-pool/variables.tf b/examples/cognito-user-pool/variables.tf index 58de427606de..1fb4b231111b 100644 --- a/examples/cognito-user-pool/variables.tf +++ b/examples/cognito-user-pool/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/count/main.tf b/examples/count/main.tf index 27f16a6ef4e7..f5808f9ce154 100644 --- a/examples/count/main.tf +++ b/examples/count/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/count/outputs.tf b/examples/count/outputs.tf index 0561b14057f2..5ad8b226b833 100644 --- a/examples/count/outputs.tf +++ b/examples/count/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "address" { diff --git a/examples/count/variables.tf b/examples/count/variables.tf index c0503d62e1cc..88d4109164e5 100644 --- a/examples/count/variables.tf +++ b/examples/count/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/drs-initialize/main.tf b/examples/drs-initialize/main.tf index 8b56ff3d4db0..6c60e543c0ab 100644 --- a/examples/drs-initialize/main.tf +++ b/examples/drs-initialize/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/dx-gateway-cross-account-vgw-association/main.tf b/examples/dx-gateway-cross-account-vgw-association/main.tf index ec1759fa0205..2918a202e2f0 100644 --- a/examples/dx-gateway-cross-account-vgw-association/main.tf +++ b/examples/dx-gateway-cross-account-vgw-association/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/dx-gateway-cross-account-vgw-association/terraform.template.tfvars b/examples/dx-gateway-cross-account-vgw-association/terraform.template.tfvars index ce85942a8da2..d868abcb8a1e 100644 --- a/examples/dx-gateway-cross-account-vgw-association/terraform.template.tfvars +++ b/examples/dx-gateway-cross-account-vgw-association/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # First account diff --git a/examples/dx-gateway-cross-account-vgw-association/variables.tf b/examples/dx-gateway-cross-account-vgw-association/variables.tf index a3fb1c2ab276..0bda50bc0131 100644 --- a/examples/dx-gateway-cross-account-vgw-association/variables.tf +++ b/examples/dx-gateway-cross-account-vgw-association/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_first_access_key" {} diff --git a/examples/ecs-alb/cloud-config.yml b/examples/ecs-alb/cloud-config.yml index db7411c8cbdd..eed7fc1d1c19 100644 --- a/examples/ecs-alb/cloud-config.yml +++ b/examples/ecs-alb/cloud-config.yml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # cloud-config diff --git a/examples/ecs-alb/main.tf b/examples/ecs-alb/main.tf index 18d4903823ef..6d91b2cc1448 100644 --- a/examples/ecs-alb/main.tf +++ b/examples/ecs-alb/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/ecs-alb/outputs.tf b/examples/ecs-alb/outputs.tf index 5c66510465f2..9ffb57aaf6dc 100644 --- a/examples/ecs-alb/outputs.tf +++ b/examples/ecs-alb/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "instance_security_group" { diff --git a/examples/ecs-alb/terraform.template.tfvars b/examples/ecs-alb/terraform.template.tfvars index b7641a6b197d..dfb57e478932 100644 --- a/examples/ecs-alb/terraform.template.tfvars +++ b/examples/ecs-alb/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 admin_cidr_ingress = "1.2.3.4/32" diff --git a/examples/ecs-alb/variables.tf b/examples/ecs-alb/variables.tf index 15fec314082c..2944a7931279 100644 --- a/examples/ecs-alb/variables.tf +++ b/examples/ecs-alb/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "az_count" { diff --git a/examples/eip/main.tf b/examples/eip/main.tf index f563a83e37dc..1c33db7c6047 100644 --- a/examples/eip/main.tf +++ b/examples/eip/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/eip/outputs.tf b/examples/eip/outputs.tf index dd00e1181de6..87d19af75487 100644 --- a/examples/eip/outputs.tf +++ b/examples/eip/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "address" { diff --git a/examples/eip/terraform.template.tfvars b/examples/eip/terraform.template.tfvars index a251042dc11e..d693fe8614df 100644 --- a/examples/eip/terraform.template.tfvars +++ b/examples/eip/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 key_name = "terraform-aws-provider-example" diff --git a/examples/eip/userdata.sh b/examples/eip/userdata.sh index 670a272dbeb7..7fcc0a3fedf9 100644 --- a/examples/eip/userdata.sh +++ b/examples/eip/userdata.sh @@ -1,5 +1,5 @@ #!/bin/bash -v -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 apt-get update -y diff --git a/examples/eip/variables.tf b/examples/eip/variables.tf index b4669bc0033b..fcbf5feab07c 100644 --- a/examples/eip/variables.tf +++ b/examples/eip/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/eks-getting-started/eks-cluster.tf b/examples/eks-getting-started/eks-cluster.tf index 0cb83e6afc16..8fa5683de075 100644 --- a/examples/eks-getting-started/eks-cluster.tf +++ b/examples/eks-getting-started/eks-cluster.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/eks-getting-started/eks-worker-nodes.tf b/examples/eks-getting-started/eks-worker-nodes.tf index c437d0ca652d..a3b9841bd5f2 100644 --- a/examples/eks-getting-started/eks-worker-nodes.tf +++ b/examples/eks-getting-started/eks-worker-nodes.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/eks-getting-started/outputs.tf b/examples/eks-getting-started/outputs.tf index ab762dccb3e3..7718dd7fc8d6 100644 --- a/examples/eks-getting-started/outputs.tf +++ b/examples/eks-getting-started/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/eks-getting-started/providers.tf b/examples/eks-getting-started/providers.tf index 24be793dd5dc..fef90a4b930e 100644 --- a/examples/eks-getting-started/providers.tf +++ b/examples/eks-getting-started/providers.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/eks-getting-started/variables.tf b/examples/eks-getting-started/variables.tf index c1a9225265a2..587c41bdc029 100644 --- a/examples/eks-getting-started/variables.tf +++ b/examples/eks-getting-started/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/eks-getting-started/vpc.tf b/examples/eks-getting-started/vpc.tf index 84a6d094cf25..efbfde16d868 100644 --- a/examples/eks-getting-started/vpc.tf +++ b/examples/eks-getting-started/vpc.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/eks-getting-started/workstation-external-ip.tf b/examples/eks-getting-started/workstation-external-ip.tf index 608e6dfbcd7e..81efb41e3724 100644 --- a/examples/eks-getting-started/workstation-external-ip.tf +++ b/examples/eks-getting-started/workstation-external-ip.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # diff --git a/examples/elasticsearch-domain/main.tf b/examples/elasticsearch-domain/main.tf index 8a3a12208f05..fb3aa7195c55 100644 --- a/examples/elasticsearch-domain/main.tf +++ b/examples/elasticsearch-domain/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/elasticsearch-domain/variables.tf b/examples/elasticsearch-domain/variables.tf index 9c7027c31fae..e1359a0fd7e7 100644 --- a/examples/elasticsearch-domain/variables.tf +++ b/examples/elasticsearch-domain/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/elb/main.tf b/examples/elb/main.tf index 5ebc858a9fa2..8906d5f2a0a9 100644 --- a/examples/elb/main.tf +++ b/examples/elb/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/elb/outputs.tf b/examples/elb/outputs.tf index b57b1a52a608..f93ea817d556 100644 --- a/examples/elb/outputs.tf +++ b/examples/elb/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "address" { diff --git a/examples/elb/terraform.template.tfvars b/examples/elb/terraform.template.tfvars index a251042dc11e..d693fe8614df 100644 --- a/examples/elb/terraform.template.tfvars +++ b/examples/elb/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 key_name = "terraform-aws-provider-example" diff --git a/examples/elb/userdata.sh b/examples/elb/userdata.sh index 670a272dbeb7..7fcc0a3fedf9 100644 --- a/examples/elb/userdata.sh +++ b/examples/elb/userdata.sh @@ -1,5 +1,5 @@ #!/bin/bash -v -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 apt-get update -y diff --git a/examples/elb/variables.tf b/examples/elb/variables.tf index 2909da40e868..d6ecdd4f60a8 100644 --- a/examples/elb/variables.tf +++ b/examples/elb/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "key_name" { diff --git a/examples/events/kinesis/main.tf b/examples/events/kinesis/main.tf index 0886745d24ed..601db4128cc8 100644 --- a/examples/events/kinesis/main.tf +++ b/examples/events/kinesis/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/events/kinesis/outputs.tf b/examples/events/kinesis/outputs.tf index 280a35a919df..929e930f10e6 100644 --- a/examples/events/kinesis/outputs.tf +++ b/examples/events/kinesis/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "rule_arn" { diff --git a/examples/events/kinesis/variables.tf b/examples/events/kinesis/variables.tf index 58efda3c5421..6aac69a1ce4f 100644 --- a/examples/events/kinesis/variables.tf +++ b/examples/events/kinesis/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/events/sns/main.tf b/examples/events/sns/main.tf index a9c8f1003ded..e1b172debadb 100644 --- a/examples/events/sns/main.tf +++ b/examples/events/sns/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/events/sns/outputs.tf b/examples/events/sns/outputs.tf index abfa0b78f525..c093a45a520b 100644 --- a/examples/events/sns/outputs.tf +++ b/examples/events/sns/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "rule_arn" { diff --git a/examples/events/sns/variables.tf b/examples/events/sns/variables.tf index 5db0ec59bc08..cd235b73a653 100644 --- a/examples/events/sns/variables.tf +++ b/examples/events/sns/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/ivs/main.tf b/examples/ivs/main.tf index 99bfae6508a9..b95bb320ce59 100644 --- a/examples/ivs/main.tf +++ b/examples/ivs/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/ivs/outputs.tf b/examples/ivs/outputs.tf index 41d0f80390f4..8dc077f5cb90 100644 --- a/examples/ivs/outputs.tf +++ b/examples/ivs/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "ingest_endpoint" { diff --git a/examples/ivs/variables.tf b/examples/ivs/variables.tf index c0503d62e1cc..88d4109164e5 100644 --- a/examples/ivs/variables.tf +++ b/examples/ivs/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/ivschat/index.js b/examples/ivschat/index.js index 199095006ed1..a7f7216ec91a 100644 --- a/examples/ivschat/index.js +++ b/examples/ivschat/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2014, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/examples/ivschat/main.tf b/examples/ivschat/main.tf index fccf2286875b..52cc82655304 100644 --- a/examples/ivschat/main.tf +++ b/examples/ivschat/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/ivschat/outputs.tf b/examples/ivschat/outputs.tf index 6e667a8b02b0..389e54342e04 100644 --- a/examples/ivschat/outputs.tf +++ b/examples/ivschat/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "room" { diff --git a/examples/ivschat/variables.tf b/examples/ivschat/variables.tf index c0503d62e1cc..88d4109164e5 100644 --- a/examples/ivschat/variables.tf +++ b/examples/ivschat/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/lambda-file-systems/hello_lambda.py b/examples/lambda-file-systems/hello_lambda.py index 4cbc976a94ea..2eeba0bb46bb 100644 --- a/examples/lambda-file-systems/hello_lambda.py +++ b/examples/lambda-file-systems/hello_lambda.py @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 from datetime import datetime diff --git a/examples/lambda-file-systems/main.tf b/examples/lambda-file-systems/main.tf index d4a554198329..4e41c00bbf6f 100644 --- a/examples/lambda-file-systems/main.tf +++ b/examples/lambda-file-systems/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/lambda-file-systems/outputs.tf b/examples/lambda-file-systems/outputs.tf index d1f4009e5925..66bfc6b2a65f 100644 --- a/examples/lambda-file-systems/outputs.tf +++ b/examples/lambda-file-systems/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "lambda" { diff --git a/examples/lambda-file-systems/variables.tf b/examples/lambda-file-systems/variables.tf index cc7ed572e0ed..cc1ba6bf7b88 100644 --- a/examples/lambda-file-systems/variables.tf +++ b/examples/lambda-file-systems/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/lambda/hello_lambda.py b/examples/lambda/hello_lambda.py index 14c25cb1dc3f..2f583567c1ed 100644 --- a/examples/lambda/hello_lambda.py +++ b/examples/lambda/hello_lambda.py @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 import os diff --git a/examples/lambda/main.tf b/examples/lambda/main.tf index 483dd295418c..36fd2917df42 100644 --- a/examples/lambda/main.tf +++ b/examples/lambda/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/lambda/outputs.tf b/examples/lambda/outputs.tf index be68094c8ae9..82e174d4acb5 100644 --- a/examples/lambda/outputs.tf +++ b/examples/lambda/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "lambda" { diff --git a/examples/lambda/variables.tf b/examples/lambda/variables.tf index cc7ed572e0ed..cc1ba6bf7b88 100644 --- a/examples/lambda/variables.tf +++ b/examples/lambda/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/network-firewall-cross-account-transit-gateway/main.tf b/examples/network-firewall-cross-account-transit-gateway/main.tf index 388ada8fabfe..b051314f0cce 100644 --- a/examples/network-firewall-cross-account-transit-gateway/main.tf +++ b/examples/network-firewall-cross-account-transit-gateway/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/network-firewall-cross-account-transit-gateway/terraform.template.tfvars b/examples/network-firewall-cross-account-transit-gateway/terraform.template.tfvars index 1b2e74891f5b..3ebf1744051a 100644 --- a/examples/network-firewall-cross-account-transit-gateway/terraform.template.tfvars +++ b/examples/network-firewall-cross-account-transit-gateway/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # First account diff --git a/examples/network-firewall-cross-account-transit-gateway/variables.tf b/examples/network-firewall-cross-account-transit-gateway/variables.tf index a1b8e9c6a720..9055d4e96455 100644 --- a/examples/network-firewall-cross-account-transit-gateway/variables.tf +++ b/examples/network-firewall-cross-account-transit-gateway/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_first_access_key" {} diff --git a/examples/networking/region/outputs.tf b/examples/networking/region/outputs.tf index d84d3f7dd02f..5dd1d6ce9ca1 100644 --- a/examples/networking/region/outputs.tf +++ b/examples/networking/region/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "vpc_id" { diff --git a/examples/networking/region/security_group.tf b/examples/networking/region/security_group.tf index c66092f01cf5..02ef3b40f6d1 100644 --- a/examples/networking/region/security_group.tf +++ b/examples/networking/region/security_group.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_security_group" "region" { diff --git a/examples/networking/region/subnets.tf b/examples/networking/region/subnets.tf index e6583c87ac60..b641ed172043 100644 --- a/examples/networking/region/subnets.tf +++ b/examples/networking/region/subnets.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 data "aws_availability_zones" "all" {} diff --git a/examples/networking/region/terraform.template.tfvars b/examples/networking/region/terraform.template.tfvars index 07a1f0f60194..3afdb350d64a 100644 --- a/examples/networking/region/terraform.template.tfvars +++ b/examples/networking/region/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 base_cidr_block = "10.0.0.0/16" diff --git a/examples/networking/region/variables.tf b/examples/networking/region/variables.tf index 8f7bf6b46096..e02a01337e57 100644 --- a/examples/networking/region/variables.tf +++ b/examples/networking/region/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "region" { diff --git a/examples/networking/region/versions.tf b/examples/networking/region/versions.tf index 83878d7b5619..d132d035c78a 100644 --- a/examples/networking/region/versions.tf +++ b/examples/networking/region/versions.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/examples/networking/region/vpc.tf b/examples/networking/region/vpc.tf index 4e5df1a79516..ed37400e82c9 100644 --- a/examples/networking/region/vpc.tf +++ b/examples/networking/region/vpc.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_vpc" "main" { diff --git a/examples/networking/regions.tf b/examples/networking/regions.tf index e2edcf07a86c..17cb68a19208 100644 --- a/examples/networking/regions.tf +++ b/examples/networking/regions.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 module "us-east-1" { diff --git a/examples/networking/subnet/outputs.tf b/examples/networking/subnet/outputs.tf index 8e11e0b688fb..525e67aa97d0 100644 --- a/examples/networking/subnet/outputs.tf +++ b/examples/networking/subnet/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "subnet_id" { diff --git a/examples/networking/subnet/security_group.tf b/examples/networking/subnet/security_group.tf index 2d895881ae5d..711f318dffd7 100644 --- a/examples/networking/subnet/security_group.tf +++ b/examples/networking/subnet/security_group.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_security_group" "az" { diff --git a/examples/networking/subnet/subnet.tf b/examples/networking/subnet/subnet.tf index 909711f511cd..ffbecbcc0810 100644 --- a/examples/networking/subnet/subnet.tf +++ b/examples/networking/subnet/subnet.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_subnet" "main" { diff --git a/examples/networking/subnet/terraform.template.tfvars b/examples/networking/subnet/terraform.template.tfvars index feaa64238aad..53cbbdf430a1 100644 --- a/examples/networking/subnet/terraform.template.tfvars +++ b/examples/networking/subnet/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 availability_zone = "us-west-2a" diff --git a/examples/networking/subnet/variables.tf b/examples/networking/subnet/variables.tf index b92ee99a9fff..21d1089643a6 100644 --- a/examples/networking/subnet/variables.tf +++ b/examples/networking/subnet/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "vpc_id" { diff --git a/examples/networking/subnet/versions.tf b/examples/networking/subnet/versions.tf index 83878d7b5619..d132d035c78a 100644 --- a/examples/networking/subnet/versions.tf +++ b/examples/networking/subnet/versions.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/examples/networking/variables.tf b/examples/networking/variables.tf index 3bbbc9ebbe8d..b7fb9cfe3f4e 100644 --- a/examples/networking/variables.tf +++ b/examples/networking/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "base_cidr_block" { diff --git a/examples/networking/versions.tf b/examples/networking/versions.tf index 83878d7b5619..d132d035c78a 100644 --- a/examples/networking/versions.tf +++ b/examples/networking/versions.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/examples/odb/autonomous_vm_cluster.tf b/examples/odb/autonomous_vm_cluster.tf index 920237d77c56..9478da6e0375 100644 --- a/examples/odb/autonomous_vm_cluster.tf +++ b/examples/odb/autonomous_vm_cluster.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # Autonomous VM Cluster with default maintenance window and minimum parameters diff --git a/examples/odb/exadata_infra.tf b/examples/odb/exadata_infra.tf index 0cc31c1cb968..98a1621da635 100644 --- a/examples/odb/exadata_infra.tf +++ b/examples/odb/exadata_infra.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # Exadata Infrastructure with customer managed maintenance window diff --git a/examples/odb/odb_network.tf b/examples/odb/odb_network.tf index 1871e0f32a0e..c194daf0fc75 100644 --- a/examples/odb/odb_network.tf +++ b/examples/odb/odb_network.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/examples/odb/odb_network_peering.tf b/examples/odb/odb_network_peering.tf index 1d66bacb0c3b..daee9c1ed98d 100644 --- a/examples/odb/odb_network_peering.tf +++ b/examples/odb/odb_network_peering.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/examples/odb/vm_cluster.tf b/examples/odb/vm_cluster.tf index 55837e8f14e7..709eddb8f088 100644 --- a/examples/odb/vm_cluster.tf +++ b/examples/odb/vm_cluster.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/examples/opensearchserverless/main.tf b/examples/opensearchserverless/main.tf index d9d03312b67b..43afcae8c205 100644 --- a/examples/opensearchserverless/main.tf +++ b/examples/opensearchserverless/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # Require Terraform 0.12 or greater diff --git a/examples/opensearchserverless/outputs.tf b/examples/opensearchserverless/outputs.tf index c64c61af065e..fc05f1202182 100644 --- a/examples/opensearchserverless/outputs.tf +++ b/examples/opensearchserverless/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "collection_enpdoint" { diff --git a/examples/opensearchserverless/variables.tf b/examples/opensearchserverless/variables.tf index 068ed08640ef..38b9c2359efc 100644 --- a/examples/opensearchserverless/variables.tf +++ b/examples/opensearchserverless/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/opensearchserverless/vpc.tf b/examples/opensearchserverless/vpc.tf index c5f2943ab200..bf25bfaeee2b 100644 --- a/examples/opensearchserverless/vpc.tf +++ b/examples/opensearchserverless/vpc.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # Creates a VPC diff --git a/examples/rds/main.tf b/examples/rds/main.tf index 4fa4415dc2bb..c881033c2e68 100644 --- a/examples/rds/main.tf +++ b/examples/rds/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/rds/outputs.tf b/examples/rds/outputs.tf index 6b245ee4b36a..3c354672bcac 100644 --- a/examples/rds/outputs.tf +++ b/examples/rds/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "subnet_group" { diff --git a/examples/rds/sg-variables.tf b/examples/rds/sg-variables.tf index 5100c585493d..e196beb7eaf9 100644 --- a/examples/rds/sg-variables.tf +++ b/examples/rds/sg-variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "cidr_blocks" { diff --git a/examples/rds/sg.tf b/examples/rds/sg.tf index 1bfaad8d5eb4..c5048bd50034 100644 --- a/examples/rds/sg.tf +++ b/examples/rds/sg.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_security_group" "default" { diff --git a/examples/rds/subnet-variables.tf b/examples/rds/subnet-variables.tf index 8001766adb6b..4093e2c3b3a2 100644 --- a/examples/rds/subnet-variables.tf +++ b/examples/rds/subnet-variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "subnet_1_cidr" { diff --git a/examples/rds/subnets.tf b/examples/rds/subnets.tf index 6547be8405f6..69f118022b5b 100644 --- a/examples/rds/subnets.tf +++ b/examples/rds/subnets.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_subnet" "subnet_1" { diff --git a/examples/rds/terraform.template.tfvars b/examples/rds/terraform.template.tfvars index 3e2820d50b18..a7e29eb8e38a 100644 --- a/examples/rds/terraform.template.tfvars +++ b/examples/rds/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 password = "neverstorepasswordsinplaintext" diff --git a/examples/rds/variables.tf b/examples/rds/variables.tf index 4328e303b703..add5a4f270c5 100644 --- a/examples/rds/variables.tf +++ b/examples/rds/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/s3-api-gateway-integration/main.tf b/examples/s3-api-gateway-integration/main.tf index 66a09f1293ae..57f1822dfcb9 100644 --- a/examples/s3-api-gateway-integration/main.tf +++ b/examples/s3-api-gateway-integration/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/s3-api-gateway-integration/terraform.template.tfvars b/examples/s3-api-gateway-integration/terraform.template.tfvars index d67285cd3fe5..3d030634cdf2 100644 --- a/examples/s3-api-gateway-integration/terraform.template.tfvars +++ b/examples/s3-api-gateway-integration/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 aws_region = "us-west-2" diff --git a/examples/s3-api-gateway-integration/variables.tf b/examples/s3-api-gateway-integration/variables.tf index 67883483574f..0b676c1da95f 100644 --- a/examples/s3-api-gateway-integration/variables.tf +++ b/examples/s3-api-gateway-integration/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/examples/s3-cross-account-access/main.tf b/examples/s3-cross-account-access/main.tf index 6193914239c9..8e8b804a5aa3 100644 --- a/examples/s3-cross-account-access/main.tf +++ b/examples/s3-cross-account-access/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/s3-cross-account-access/terraform.template.tfvars b/examples/s3-cross-account-access/terraform.template.tfvars index 30832ef5f23f..a042ad7557db 100644 --- a/examples/s3-cross-account-access/terraform.template.tfvars +++ b/examples/s3-cross-account-access/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # prod account diff --git a/examples/s3-cross-account-access/variables.tf b/examples/s3-cross-account-access/variables.tf index 28dccede9919..1af8a4fe2fd6 100644 --- a/examples/s3-cross-account-access/variables.tf +++ b/examples/s3-cross-account-access/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "prod_access_key" {} diff --git a/examples/sagemaker/main.tf b/examples/sagemaker/main.tf index cc12485f047f..0a0ee0fe7144 100644 --- a/examples/sagemaker/main.tf +++ b/examples/sagemaker/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/transit-gateway-cross-account-peering-attachment/main.tf b/examples/transit-gateway-cross-account-peering-attachment/main.tf index 983492f570c7..df16bfe31aa3 100644 --- a/examples/transit-gateway-cross-account-peering-attachment/main.tf +++ b/examples/transit-gateway-cross-account-peering-attachment/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/transit-gateway-cross-account-peering-attachment/terraform.template.tfvars b/examples/transit-gateway-cross-account-peering-attachment/terraform.template.tfvars index d06e23228a92..d9dcc4d23b40 100644 --- a/examples/transit-gateway-cross-account-peering-attachment/terraform.template.tfvars +++ b/examples/transit-gateway-cross-account-peering-attachment/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # First account diff --git a/examples/transit-gateway-cross-account-peering-attachment/variables.tf b/examples/transit-gateway-cross-account-peering-attachment/variables.tf index e7001647affb..6c56031528b5 100644 --- a/examples/transit-gateway-cross-account-peering-attachment/variables.tf +++ b/examples/transit-gateway-cross-account-peering-attachment/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_first_access_key" {} diff --git a/examples/transit-gateway-cross-account-vpc-attachment/main.tf b/examples/transit-gateway-cross-account-vpc-attachment/main.tf index ea5c5bd5f576..6f904ff562cb 100644 --- a/examples/transit-gateway-cross-account-vpc-attachment/main.tf +++ b/examples/transit-gateway-cross-account-vpc-attachment/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/transit-gateway-cross-account-vpc-attachment/terraform.template.tfvars b/examples/transit-gateway-cross-account-vpc-attachment/terraform.template.tfvars index 1b2e74891f5b..3ebf1744051a 100644 --- a/examples/transit-gateway-cross-account-vpc-attachment/terraform.template.tfvars +++ b/examples/transit-gateway-cross-account-vpc-attachment/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # First account diff --git a/examples/transit-gateway-cross-account-vpc-attachment/variables.tf b/examples/transit-gateway-cross-account-vpc-attachment/variables.tf index a1b8e9c6a720..9055d4e96455 100644 --- a/examples/transit-gateway-cross-account-vpc-attachment/variables.tf +++ b/examples/transit-gateway-cross-account-vpc-attachment/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_first_access_key" {} diff --git a/examples/transit-gateway-intra-region-peering/main.tf b/examples/transit-gateway-intra-region-peering/main.tf index d78f3acb3a8f..83ef3f3e6b32 100644 --- a/examples/transit-gateway-intra-region-peering/main.tf +++ b/examples/transit-gateway-intra-region-peering/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/transit-gateway-intra-region-peering/terraform.template.tfvars b/examples/transit-gateway-intra-region-peering/terraform.template.tfvars index 160ec813bf80..884db6d9fa85 100644 --- a/examples/transit-gateway-intra-region-peering/terraform.template.tfvars +++ b/examples/transit-gateway-intra-region-peering/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # AWS Profile (type `aws configure`) diff --git a/examples/transit-gateway-intra-region-peering/variables.tf b/examples/transit-gateway-intra-region-peering/variables.tf index 568c20594592..17b18ce8ebd3 100644 --- a/examples/transit-gateway-intra-region-peering/variables.tf +++ b/examples/transit-gateway-intra-region-peering/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_profile" {} diff --git a/examples/two-tier/main.tf b/examples/two-tier/main.tf index 0d2d79ace9ae..d2494d9677db 100644 --- a/examples/two-tier/main.tf +++ b/examples/two-tier/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/two-tier/outputs.tf b/examples/two-tier/outputs.tf index b57b1a52a608..f93ea817d556 100644 --- a/examples/two-tier/outputs.tf +++ b/examples/two-tier/outputs.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 output "address" { diff --git a/examples/two-tier/terraform.template.tfvars b/examples/two-tier/terraform.template.tfvars index 223da16b3eb3..7450e76f8168 100644 --- a/examples/two-tier/terraform.template.tfvars +++ b/examples/two-tier/terraform.template.tfvars @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 key_name = "terraform-provider-aws-example" diff --git a/examples/two-tier/variables.tf b/examples/two-tier/variables.tf index ccb4fb1bbb23..1e8e2370fb05 100644 --- a/examples/two-tier/variables.tf +++ b/examples/two-tier/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "public_key_path" { diff --git a/examples/workspaces/iam.tf b/examples/workspaces/iam.tf index 94061128cdf8..c9f02d941d09 100644 --- a/examples/workspaces/iam.tf +++ b/examples/workspaces/iam.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 # Uncomment the resources in this file to create the IAM resources required by the AWS WorkSpaces service. diff --git a/examples/workspaces/main.tf b/examples/workspaces/main.tf index df827442ef05..32d6ee108483 100644 --- a/examples/workspaces/main.tf +++ b/examples/workspaces/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/examples/workspaces/variables.tf b/examples/workspaces/variables.tf index 3c4f6e99e622..19c5bfdc6f05 100644 --- a/examples/workspaces/variables.tf +++ b/examples/workspaces/variables.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "aws_region" { diff --git a/infrastructure/repository/labels-partition.tf b/infrastructure/repository/labels-partition.tf index 86cadab1f4cb..6f992e099586 100644 --- a/infrastructure/repository/labels-partition.tf +++ b/infrastructure/repository/labels-partition.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "partition_labels" { diff --git a/infrastructure/repository/labels-workflow.tf b/infrastructure/repository/labels-workflow.tf index f9003b7f448b..5d81711a961c 100644 --- a/infrastructure/repository/labels-workflow.tf +++ b/infrastructure/repository/labels-workflow.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 variable "workflow_labels" { diff --git a/infrastructure/repository/main.tf b/infrastructure/repository/main.tf index 55504ce32b0f..9304e1295162 100644 --- a/infrastructure/repository/main.tf +++ b/infrastructure/repository/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/internal/acctest/acctest.go b/internal/acctest/acctest.go index ad056114b5de..16e67b81da5c 100644 --- a/internal/acctest/acctest.go +++ b/internal/acctest/acctest.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/arn.go b/internal/acctest/arn.go index d61bb8644158..0680cd79bf43 100644 --- a/internal/acctest/arn.go +++ b/internal/acctest/arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/configs.go b/internal/acctest/configs.go index a1a0a758416c..be9a373d3dd1 100644 --- a/internal/acctest/configs.go +++ b/internal/acctest/configs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/configs_test.go b/internal/acctest/configs_test.go index e33ab2881ee7..06ef657911f0 100644 --- a/internal/acctest/configs_test.go +++ b/internal/acctest/configs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/acctest/context.go b/internal/acctest/context.go index f624e00ae50c..6669d08c2d23 100644 --- a/internal/acctest/context.go +++ b/internal/acctest/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/crypto.go b/internal/acctest/crypto.go index b775da0dacf3..af0c0cfd6857 100644 --- a/internal/acctest/crypto.go +++ b/internal/acctest/crypto.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/crypto_test.go b/internal/acctest/crypto_test.go index c97ba1acc96f..2be5040390fe 100644 --- a/internal/acctest/crypto_test.go +++ b/internal/acctest/crypto_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/acctest/exports_test.go b/internal/acctest/exports_test.go index 5e30a95ec237..54b54e01dabd 100644 --- a/internal/acctest/exports_test.go +++ b/internal/acctest/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/framework.go b/internal/acctest/framework.go index bf05d268a1ee..863919aab902 100644 --- a/internal/acctest/framework.go +++ b/internal/acctest/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/import.go b/internal/acctest/import.go index f04074c99aa5..55cb01c8d25d 100644 --- a/internal/acctest/import.go +++ b/internal/acctest/import.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/jsoncmp/compare.go b/internal/acctest/jsoncmp/compare.go index 39906fdf1ce3..bc72b46b3200 100644 --- a/internal/acctest/jsoncmp/compare.go +++ b/internal/acctest/jsoncmp/compare.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package jsoncmp diff --git a/internal/acctest/jsoncmp/compare_test.go b/internal/acctest/jsoncmp/compare_test.go index 22f9b1f89ee3..d94ef82aa95f 100644 --- a/internal/acctest/jsoncmp/compare_test.go +++ b/internal/acctest/jsoncmp/compare_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package jsoncmp_test diff --git a/internal/acctest/known_value.go b/internal/acctest/known_value.go index 8bf590572d69..c71b5bdceaaf 100644 --- a/internal/acctest/known_value.go +++ b/internal/acctest/known_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/knownvalue/account_id.go b/internal/acctest/knownvalue/account_id.go index 7c53fde8e9bd..9c9cd7497f98 100644 --- a/internal/acctest/knownvalue/account_id.go +++ b/internal/acctest/knownvalue/account_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/global_arn_exact.go b/internal/acctest/knownvalue/global_arn_exact.go index 9abce86d0541..925cd05dafe3 100644 --- a/internal/acctest/knownvalue/global_arn_exact.go +++ b/internal/acctest/knownvalue/global_arn_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/global_arn_no_account_id_exact.go b/internal/acctest/knownvalue/global_arn_no_account_id_exact.go index 8fbe7e8ba049..e1f24eee8833 100644 --- a/internal/acctest/knownvalue/global_arn_no_account_id_exact.go +++ b/internal/acctest/knownvalue/global_arn_no_account_id_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/global_arn_regexp.go b/internal/acctest/knownvalue/global_arn_regexp.go index 2aa86638b8d3..21797f810f4d 100644 --- a/internal/acctest/knownvalue/global_arn_regexp.go +++ b/internal/acctest/knownvalue/global_arn_regexp.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/regional_arn_exact.go b/internal/acctest/knownvalue/regional_arn_exact.go index 92e777508616..0f9abac90a74 100644 --- a/internal/acctest/knownvalue/regional_arn_exact.go +++ b/internal/acctest/knownvalue/regional_arn_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/regional_arn_regexp.go b/internal/acctest/knownvalue/regional_arn_regexp.go index 432f4f8d826e..9ce51f881c7b 100644 --- a/internal/acctest/knownvalue/regional_arn_regexp.go +++ b/internal/acctest/knownvalue/regional_arn_regexp.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go b/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go index 73069d8449c4..a4696702f949 100644 --- a/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go +++ b/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/string_ptr_exact.go b/internal/acctest/knownvalue/string_ptr_exact.go index ead0478afd42..e45da605356d 100644 --- a/internal/acctest/knownvalue/string_ptr_exact.go +++ b/internal/acctest/knownvalue/string_ptr_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/stringable_value.go b/internal/acctest/knownvalue/stringable_value.go index ed1ec293ae3f..1177fccc5e0a 100644 --- a/internal/acctest/knownvalue/stringable_value.go +++ b/internal/acctest/knownvalue/stringable_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/partition.go b/internal/acctest/partition.go index 886226d4183f..f1781a6d1be9 100644 --- a/internal/acctest/partition.go +++ b/internal/acctest/partition.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/partition_test.go b/internal/acctest/partition_test.go index 0d4de43ed9ca..4daa4d664b91 100644 --- a/internal/acctest/partition_test.go +++ b/internal/acctest/partition_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/acctest/plancheck/base.go b/internal/acctest/plancheck/base.go index 82ffffb8b933..7f205242d2fd 100644 --- a/internal/acctest/plancheck/base.go +++ b/internal/acctest/plancheck/base.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package plancheck diff --git a/internal/acctest/plancheck/expect_known_value_change.go b/internal/acctest/plancheck/expect_known_value_change.go index 8fabc1f131b2..31fbba69ef92 100644 --- a/internal/acctest/plancheck/expect_known_value_change.go +++ b/internal/acctest/plancheck/expect_known_value_change.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package plancheck diff --git a/internal/acctest/querycheck/expect_identity_func.go b/internal/acctest/querycheck/expect_identity_func.go index 4857966d6d82..99ea08ad792f 100644 --- a/internal/acctest/querycheck/expect_identity_func.go +++ b/internal/acctest/querycheck/expect_identity_func.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package querycheck diff --git a/internal/acctest/s3.go b/internal/acctest/s3.go index f27fd049124b..fdea22ce8f05 100644 --- a/internal/acctest/s3.go +++ b/internal/acctest/s3.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/state_id.go b/internal/acctest/state_id.go index 9f10e882d072..2177cb8b70be 100644 --- a/internal/acctest/state_id.go +++ b/internal/acctest/state_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/statecheck/base.go b/internal/acctest/statecheck/base.go index 15252d473d34..88530375e735 100644 --- a/internal/acctest/statecheck/base.go +++ b/internal/acctest/statecheck/base.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_attribute_format.go b/internal/acctest/statecheck/expect_attribute_format.go index 355ea8b632e4..c32b0ea932f8 100644 --- a/internal/acctest/statecheck/expect_attribute_format.go +++ b/internal/acctest/statecheck/expect_attribute_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_global_arn_format.go b/internal/acctest/statecheck/expect_global_arn_format.go index 935c57e76365..3e94347f4666 100644 --- a/internal/acctest/statecheck/expect_global_arn_format.go +++ b/internal/acctest/statecheck/expect_global_arn_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go b/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go index a1b738d388cd..991670d6ca09 100644 --- a/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go +++ b/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_has_identity.go b/internal/acctest/statecheck/expect_has_identity.go index ebaa24b932b9..533eee243d19 100644 --- a/internal/acctest/statecheck/expect_has_identity.go +++ b/internal/acctest/statecheck/expect_has_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_identity_regional_arn_format.go b/internal/acctest/statecheck/expect_identity_regional_arn_format.go index eff0c21cbc77..b10e48583fa9 100644 --- a/internal/acctest/statecheck/expect_identity_regional_arn_format.go +++ b/internal/acctest/statecheck/expect_identity_regional_arn_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_no_identity.go b/internal/acctest/statecheck/expect_no_identity.go index 98378fb28c63..fae6f2b44651 100644 --- a/internal/acctest/statecheck/expect_no_identity.go +++ b/internal/acctest/statecheck/expect_no_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_no_value.go b/internal/acctest/statecheck/expect_no_value.go index 6379924cadc5..f0f19cf573c8 100644 --- a/internal/acctest/statecheck/expect_no_value.go +++ b/internal/acctest/statecheck/expect_no_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_not_known_value.go b/internal/acctest/statecheck/expect_not_known_value.go index ae6b9a8b94b1..5d39df19acd4 100644 --- a/internal/acctest/statecheck/expect_not_known_value.go +++ b/internal/acctest/statecheck/expect_not_known_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_regional_arn_format.go b/internal/acctest/statecheck/expect_regional_arn_format.go index eef786fd6621..67ac072c3ec6 100644 --- a/internal/acctest/statecheck/expect_regional_arn_format.go +++ b/internal/acctest/statecheck/expect_regional_arn_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/format.go b/internal/acctest/statecheck/format.go index e27838cb9668..9a94561b8e83 100644 --- a/internal/acctest/statecheck/format.go +++ b/internal/acctest/statecheck/format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/full_tags.go b/internal/acctest/statecheck/full_tags.go index f1dee8aa2204..7d1ca654788a 100644 --- a/internal/acctest/statecheck/full_tags.go +++ b/internal/acctest/statecheck/full_tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/identity.go b/internal/acctest/statecheck/identity.go index ec946d2a5909..f7c414262b5c 100644 --- a/internal/acctest/statecheck/identity.go +++ b/internal/acctest/statecheck/identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/state_value.go b/internal/acctest/statecheck/state_value.go index adf42ca47bc6..39a4f28ef2e8 100644 --- a/internal/acctest/statecheck/state_value.go +++ b/internal/acctest/statecheck/state_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/state_value_test.go b/internal/acctest/statecheck/state_value_test.go index a709b83ca1c6..9ae7c746f028 100644 --- a/internal/acctest/statecheck/state_value_test.go +++ b/internal/acctest/statecheck/state_value_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/vcr.go b/internal/acctest/vcr.go index be160f0ecd3b..d084612af847 100644 --- a/internal/acctest/vcr.go +++ b/internal/acctest/vcr.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/vcr_test.go b/internal/acctest/vcr_test.go index debe3a007ed7..4d04e2f0c6d5 100644 --- a/internal/acctest/vcr_test.go +++ b/internal/acctest/vcr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/actionwait/errors.go b/internal/actionwait/errors.go index 58e440763b88..19ac207522b2 100644 --- a/internal/actionwait/errors.go +++ b/internal/actionwait/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package actionwait