From f9e3eb7d5a193ad3e825d149a203db75c276f139 Mon Sep 17 00:00:00 2001 From: lcaggio Date: Wed, 1 Feb 2023 09:30:28 +0100 Subject: [PATCH] Update copyright --- blueprints/data-solutions/shielded-folder/kms.tf | 2 +- blueprints/data-solutions/shielded-folder/log-export.tf | 2 +- blueprints/data-solutions/shielded-folder/main.tf | 2 +- blueprints/data-solutions/shielded-folder/outputs.tf | 2 +- blueprints/data-solutions/shielded-folder/variables.tf | 2 +- .../{shielded_folder => shielded-folder}/simple.tfvars | 0 .../{shielded_folder => shielded-folder}/simple.yaml | 0 .../{shielded_folder => shielded-folder}/tftest.yaml | 0 8 files changed, 5 insertions(+), 5 deletions(-) rename tests/blueprints/data_solutions/{shielded_folder => shielded-folder}/simple.tfvars (100%) rename tests/blueprints/data_solutions/{shielded_folder => shielded-folder}/simple.yaml (100%) rename tests/blueprints/data_solutions/{shielded_folder => shielded-folder}/tftest.yaml (100%) diff --git a/blueprints/data-solutions/shielded-folder/kms.tf b/blueprints/data-solutions/shielded-folder/kms.tf index af3a5521e..f3da9511c 100644 --- a/blueprints/data-solutions/shielded-folder/kms.tf +++ b/blueprints/data-solutions/shielded-folder/kms.tf @@ -1,5 +1,5 @@ /** - * Copyright 2022 Google LLC + * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blueprints/data-solutions/shielded-folder/log-export.tf b/blueprints/data-solutions/shielded-folder/log-export.tf index 5baeecaf9..247ec7aa8 100644 --- a/blueprints/data-solutions/shielded-folder/log-export.tf +++ b/blueprints/data-solutions/shielded-folder/log-export.tf @@ -1,5 +1,5 @@ /** - * Copyright 2022 Google LLC + * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blueprints/data-solutions/shielded-folder/main.tf b/blueprints/data-solutions/shielded-folder/main.tf index 7aab57574..d049a5318 100644 --- a/blueprints/data-solutions/shielded-folder/main.tf +++ b/blueprints/data-solutions/shielded-folder/main.tf @@ -1,4 +1,4 @@ -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/blueprints/data-solutions/shielded-folder/outputs.tf b/blueprints/data-solutions/shielded-folder/outputs.tf index 67f4213ca..e1107fc61 100644 --- a/blueprints/data-solutions/shielded-folder/outputs.tf +++ b/blueprints/data-solutions/shielded-folder/outputs.tf @@ -1,4 +1,4 @@ -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/blueprints/data-solutions/shielded-folder/variables.tf b/blueprints/data-solutions/shielded-folder/variables.tf index fb58e2cfd..165f127c7 100644 --- a/blueprints/data-solutions/shielded-folder/variables.tf +++ b/blueprints/data-solutions/shielded-folder/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/blueprints/data_solutions/shielded_folder/simple.tfvars b/tests/blueprints/data_solutions/shielded-folder/simple.tfvars similarity index 100% rename from tests/blueprints/data_solutions/shielded_folder/simple.tfvars rename to tests/blueprints/data_solutions/shielded-folder/simple.tfvars diff --git a/tests/blueprints/data_solutions/shielded_folder/simple.yaml b/tests/blueprints/data_solutions/shielded-folder/simple.yaml similarity index 100% rename from tests/blueprints/data_solutions/shielded_folder/simple.yaml rename to tests/blueprints/data_solutions/shielded-folder/simple.yaml diff --git a/tests/blueprints/data_solutions/shielded_folder/tftest.yaml b/tests/blueprints/data_solutions/shielded-folder/tftest.yaml similarity index 100% rename from tests/blueprints/data_solutions/shielded_folder/tftest.yaml rename to tests/blueprints/data_solutions/shielded-folder/tftest.yaml