diff --git a/0-bootstrap/backend.tf.example b/0-bootstrap/backend.tf.example index 7dfb4fddc..d6215f848 100644 --- a/0-bootstrap/backend.tf.example +++ b/0-bootstrap/backend.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/0-bootstrap/main.tf b/0-bootstrap/main.tf index b8f85529c..eaa3fd02c 100644 --- a/0-bootstrap/main.tf +++ b/0-bootstrap/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/0-bootstrap/modules/jenkins-agent/files/jenkins_gce_startup_script.sh b/0-bootstrap/modules/jenkins-agent/files/jenkins_gce_startup_script.sh old mode 100644 new mode 100755 index f4bb862c0..04a14df68 --- a/0-bootstrap/modules/jenkins-agent/files/jenkins_gce_startup_script.sh +++ b/0-bootstrap/modules/jenkins-agent/files/jenkins_gce_startup_script.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020 Google LLC +# Copyright 2021 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/0-bootstrap/modules/jenkins-agent/main.tf b/0-bootstrap/modules/jenkins-agent/main.tf index b05fafcc2..7e5eef94b 100644 --- a/0-bootstrap/modules/jenkins-agent/main.tf +++ b/0-bootstrap/modules/jenkins-agent/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2021 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/0-bootstrap/modules/jenkins-agent/outputs.tf b/0-bootstrap/modules/jenkins-agent/outputs.tf index 4533be16a..2890dd1c2 100644 --- a/0-bootstrap/modules/jenkins-agent/outputs.tf +++ b/0-bootstrap/modules/jenkins-agent/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2021 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/0-bootstrap/modules/jenkins-agent/variables.tf b/0-bootstrap/modules/jenkins-agent/variables.tf index 0440ce9a6..1ae132080 100644 --- a/0-bootstrap/modules/jenkins-agent/variables.tf +++ b/0-bootstrap/modules/jenkins-agent/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2021 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/0-bootstrap/modules/jenkins-agent/versions.tf b/0-bootstrap/modules/jenkins-agent/versions.tf index 056023dec..50f0c7ff4 100644 --- a/0-bootstrap/modules/jenkins-agent/versions.tf +++ b/0-bootstrap/modules/jenkins-agent/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2021 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/0-bootstrap/modules/jenkins-agent/vpn_ha.tf b/0-bootstrap/modules/jenkins-agent/vpn_ha.tf index 2bfb51199..988ff738b 100644 --- a/0-bootstrap/modules/jenkins-agent/vpn_ha.tf +++ b/0-bootstrap/modules/jenkins-agent/vpn_ha.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/0-bootstrap/outputs.tf b/0-bootstrap/outputs.tf index 46471ae56..8b42ba4d3 100644 --- a/0-bootstrap/outputs.tf +++ b/0-bootstrap/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/0-bootstrap/terraform.example.tfvars b/0-bootstrap/terraform.example.tfvars index a59749f8b..453acdb23 100644 --- a/0-bootstrap/terraform.example.tfvars +++ b/0-bootstrap/terraform.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/0-bootstrap/variables.tf b/0-bootstrap/variables.tf index d5799779f..bca201a0a 100644 --- a/0-bootstrap/variables.tf +++ b/0-bootstrap/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/0-bootstrap/versions.tf b/0-bootstrap/versions.tf index 4ef92ca6b..b45fb9def 100644 --- a/0-bootstrap/versions.tf +++ b/0-bootstrap/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/backend.tf.example b/1-org/backend.tf.example index a4c1de956..584919127 100644 --- a/1-org/backend.tf.example +++ b/1-org/backend.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/backend.tf b/1-org/envs/shared/backend.tf index ba901c446..e1c147159 100644 --- a/1-org/envs/shared/backend.tf +++ b/1-org/envs/shared/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/folders.tf b/1-org/envs/shared/folders.tf index db0545376..c956d7263 100644 --- a/1-org/envs/shared/folders.tf +++ b/1-org/envs/shared/folders.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/iam.tf b/1-org/envs/shared/iam.tf index 8b10f99d0..85c39de93 100644 --- a/1-org/envs/shared/iam.tf +++ b/1-org/envs/shared/iam.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/log_sinks.tf b/1-org/envs/shared/log_sinks.tf index 01dd46bdc..d55c83ec6 100644 --- a/1-org/envs/shared/log_sinks.tf +++ b/1-org/envs/shared/log_sinks.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/org_policy.tf b/1-org/envs/shared/org_policy.tf index 9e46f0b42..298567d5a 100644 --- a/1-org/envs/shared/org_policy.tf +++ b/1-org/envs/shared/org_policy.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/outputs.tf b/1-org/envs/shared/outputs.tf index ab9905c5f..dff94e6a2 100644 --- a/1-org/envs/shared/outputs.tf +++ b/1-org/envs/shared/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/projects.tf b/1-org/envs/shared/projects.tf index 7cf6d54a4..bb2a98ef1 100644 --- a/1-org/envs/shared/projects.tf +++ b/1-org/envs/shared/projects.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/providers.tf b/1-org/envs/shared/providers.tf index 2693df078..5674f1a74 100644 --- a/1-org/envs/shared/providers.tf +++ b/1-org/envs/shared/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/scc_notification.tf b/1-org/envs/shared/scc_notification.tf index 4c579f7be..e4977599d 100644 --- a/1-org/envs/shared/scc_notification.tf +++ b/1-org/envs/shared/scc_notification.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/terraform.example.tfvars b/1-org/envs/shared/terraform.example.tfvars index d20f8ca6c..f39deb504 100644 --- a/1-org/envs/shared/terraform.example.tfvars +++ b/1-org/envs/shared/terraform.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/variables.tf b/1-org/envs/shared/variables.tf index f044bceab..a21752d37 100644 --- a/1-org/envs/shared/variables.tf +++ b/1-org/envs/shared/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/1-org/envs/shared/versions.tf b/1-org/envs/shared/versions.tf index acb7f0ef4..c001c4e3a 100644 --- a/1-org/envs/shared/versions.tf +++ b/1-org/envs/shared/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/development/backend.tf b/2-environments/envs/development/backend.tf index 421342a89..365aab383 100644 --- a/2-environments/envs/development/backend.tf +++ b/2-environments/envs/development/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/development/main.tf b/2-environments/envs/development/main.tf index 0bbd7fb46..a69c83841 100644 --- a/2-environments/envs/development/main.tf +++ b/2-environments/envs/development/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/development/outputs.tf b/2-environments/envs/development/outputs.tf index df5b68af3..741e8e03e 100644 --- a/2-environments/envs/development/outputs.tf +++ b/2-environments/envs/development/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/development/providers.tf b/2-environments/envs/development/providers.tf index 2693df078..5674f1a74 100644 --- a/2-environments/envs/development/providers.tf +++ b/2-environments/envs/development/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/development/variables.tf b/2-environments/envs/development/variables.tf index 9b54d9130..e61a55eac 100644 --- a/2-environments/envs/development/variables.tf +++ b/2-environments/envs/development/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/non-production/backend.tf b/2-environments/envs/non-production/backend.tf index fda3c1cdb..0235d69de 100644 --- a/2-environments/envs/non-production/backend.tf +++ b/2-environments/envs/non-production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/non-production/main.tf b/2-environments/envs/non-production/main.tf index aa1389e83..a5adb88bd 100644 --- a/2-environments/envs/non-production/main.tf +++ b/2-environments/envs/non-production/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/non-production/outputs.tf b/2-environments/envs/non-production/outputs.tf index df5b68af3..741e8e03e 100644 --- a/2-environments/envs/non-production/outputs.tf +++ b/2-environments/envs/non-production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/non-production/providers.tf b/2-environments/envs/non-production/providers.tf index 2693df078..5674f1a74 100644 --- a/2-environments/envs/non-production/providers.tf +++ b/2-environments/envs/non-production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/non-production/variables.tf b/2-environments/envs/non-production/variables.tf index 9b54d9130..e61a55eac 100644 --- a/2-environments/envs/non-production/variables.tf +++ b/2-environments/envs/non-production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/production/backend.tf b/2-environments/envs/production/backend.tf index 5d2e4e5bf..94c5d5342 100644 --- a/2-environments/envs/production/backend.tf +++ b/2-environments/envs/production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/production/main.tf b/2-environments/envs/production/main.tf index a1ef3d527..ec206cc07 100644 --- a/2-environments/envs/production/main.tf +++ b/2-environments/envs/production/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/production/outputs.tf b/2-environments/envs/production/outputs.tf index df5b68af3..741e8e03e 100644 --- a/2-environments/envs/production/outputs.tf +++ b/2-environments/envs/production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/production/providers.tf b/2-environments/envs/production/providers.tf index 2693df078..5674f1a74 100644 --- a/2-environments/envs/production/providers.tf +++ b/2-environments/envs/production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/envs/production/variables.tf b/2-environments/envs/production/variables.tf index 9b54d9130..e61a55eac 100644 --- a/2-environments/envs/production/variables.tf +++ b/2-environments/envs/production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/folders.tf b/2-environments/modules/env_baseline/folders.tf index 1ff0bd41f..ca27698b5 100644 --- a/2-environments/modules/env_baseline/folders.tf +++ b/2-environments/modules/env_baseline/folders.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/iam.tf b/2-environments/modules/env_baseline/iam.tf index 641480525..d602f4485 100644 --- a/2-environments/modules/env_baseline/iam.tf +++ b/2-environments/modules/env_baseline/iam.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/main.tf b/2-environments/modules/env_baseline/main.tf index db746cc50..2e96b2b24 100644 --- a/2-environments/modules/env_baseline/main.tf +++ b/2-environments/modules/env_baseline/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/monitoring.tf b/2-environments/modules/env_baseline/monitoring.tf index 6f7dff408..f95e5d7de 100644 --- a/2-environments/modules/env_baseline/monitoring.tf +++ b/2-environments/modules/env_baseline/monitoring.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/networking.tf b/2-environments/modules/env_baseline/networking.tf index 93047bdc4..43fa7cc4f 100644 --- a/2-environments/modules/env_baseline/networking.tf +++ b/2-environments/modules/env_baseline/networking.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/outputs.tf b/2-environments/modules/env_baseline/outputs.tf index 13b1314b0..9f242ac37 100644 --- a/2-environments/modules/env_baseline/outputs.tf +++ b/2-environments/modules/env_baseline/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/secrets.tf b/2-environments/modules/env_baseline/secrets.tf index 6b7090282..81c1d9df1 100644 --- a/2-environments/modules/env_baseline/secrets.tf +++ b/2-environments/modules/env_baseline/secrets.tf @@ -1,6 +1,6 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/modules/env_baseline/variables.tf b/2-environments/modules/env_baseline/variables.tf index aa5ea39c7..cdbc64fee 100644 --- a/2-environments/modules/env_baseline/variables.tf +++ b/2-environments/modules/env_baseline/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/2-environments/terraform.example.tfvars b/2-environments/terraform.example.tfvars index 1aa42b5ca..8e88ceaf4 100644 --- a/2-environments/terraform.example.tfvars +++ b/2-environments/terraform.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/access_context.auto.example.tfvars b/3-networks/access_context.auto.example.tfvars index 264fbadd9..dd6c65108 100644 --- a/3-networks/access_context.auto.example.tfvars +++ b/3-networks/access_context.auto.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/common.auto.example.tfvars b/3-networks/common.auto.example.tfvars index cb9b193a3..80a388e5b 100644 --- a/3-networks/common.auto.example.tfvars +++ b/3-networks/common.auto.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/backend.tf b/3-networks/envs/development/backend.tf index 805953cf5..1ddf8a235 100644 --- a/3-networks/envs/development/backend.tf +++ b/3-networks/envs/development/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/interconnect.tf.example b/3-networks/envs/development/interconnect.tf.example index bc2ad0510..b30ed0824 100644 --- a/3-networks/envs/development/interconnect.tf.example +++ b/3-networks/envs/development/interconnect.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/main.tf b/3-networks/envs/development/main.tf index 109e47e96..a7b43cc7e 100644 --- a/3-networks/envs/development/main.tf +++ b/3-networks/envs/development/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/outputs.tf b/3-networks/envs/development/outputs.tf index c8d3b8cab..39cf8f1ee 100644 --- a/3-networks/envs/development/outputs.tf +++ b/3-networks/envs/development/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/providers.tf b/3-networks/envs/development/providers.tf index 2693df078..5674f1a74 100644 --- a/3-networks/envs/development/providers.tf +++ b/3-networks/envs/development/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/variables.tf b/3-networks/envs/development/variables.tf index f2e1be3eb..48642dbdd 100644 --- a/3-networks/envs/development/variables.tf +++ b/3-networks/envs/development/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/versions.tf b/3-networks/envs/development/versions.tf index 0bad58106..ca5a07d94 100644 --- a/3-networks/envs/development/versions.tf +++ b/3-networks/envs/development/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/development/vpn.tf.example b/3-networks/envs/development/vpn.tf.example index a1aa9a15e..b05a62b4a 100644 --- a/3-networks/envs/development/vpn.tf.example +++ b/3-networks/envs/development/vpn.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/backend.tf b/3-networks/envs/non-production/backend.tf index fe37051be..567e98e24 100644 --- a/3-networks/envs/non-production/backend.tf +++ b/3-networks/envs/non-production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/interconnect.tf.example b/3-networks/envs/non-production/interconnect.tf.example index e51386d1d..a8a0c1f18 100644 --- a/3-networks/envs/non-production/interconnect.tf.example +++ b/3-networks/envs/non-production/interconnect.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/main.tf b/3-networks/envs/non-production/main.tf index 4c9579691..6555e9fe3 100644 --- a/3-networks/envs/non-production/main.tf +++ b/3-networks/envs/non-production/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/outputs.tf b/3-networks/envs/non-production/outputs.tf index c8d3b8cab..39cf8f1ee 100644 --- a/3-networks/envs/non-production/outputs.tf +++ b/3-networks/envs/non-production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/providers.tf b/3-networks/envs/non-production/providers.tf index 2693df078..5674f1a74 100644 --- a/3-networks/envs/non-production/providers.tf +++ b/3-networks/envs/non-production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/variables.tf b/3-networks/envs/non-production/variables.tf index f2e1be3eb..48642dbdd 100644 --- a/3-networks/envs/non-production/variables.tf +++ b/3-networks/envs/non-production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/versions.tf b/3-networks/envs/non-production/versions.tf index 0bad58106..ca5a07d94 100644 --- a/3-networks/envs/non-production/versions.tf +++ b/3-networks/envs/non-production/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/non-production/vpn.tf.example b/3-networks/envs/non-production/vpn.tf.example index 5b77be2c9..8b4463901 100644 --- a/3-networks/envs/non-production/vpn.tf.example +++ b/3-networks/envs/non-production/vpn.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/backend.tf b/3-networks/envs/production/backend.tf index 1da48524e..1ee9dc8c7 100644 --- a/3-networks/envs/production/backend.tf +++ b/3-networks/envs/production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/interconnect.tf.example b/3-networks/envs/production/interconnect.tf.example index f581a7ded..fee96d2e4 100644 --- a/3-networks/envs/production/interconnect.tf.example +++ b/3-networks/envs/production/interconnect.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/main.tf b/3-networks/envs/production/main.tf index 28078164f..06be56aec 100644 --- a/3-networks/envs/production/main.tf +++ b/3-networks/envs/production/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/outputs.tf b/3-networks/envs/production/outputs.tf index c8d3b8cab..39cf8f1ee 100644 --- a/3-networks/envs/production/outputs.tf +++ b/3-networks/envs/production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/providers.tf b/3-networks/envs/production/providers.tf index 2693df078..5674f1a74 100644 --- a/3-networks/envs/production/providers.tf +++ b/3-networks/envs/production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/variables.tf b/3-networks/envs/production/variables.tf index f2e1be3eb..48642dbdd 100644 --- a/3-networks/envs/production/variables.tf +++ b/3-networks/envs/production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/versions.tf b/3-networks/envs/production/versions.tf index 0bad58106..ca5a07d94 100644 --- a/3-networks/envs/production/versions.tf +++ b/3-networks/envs/production/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/production/vpn.tf.example b/3-networks/envs/production/vpn.tf.example index dfb2a8276..205675b37 100644 --- a/3-networks/envs/production/vpn.tf.example +++ b/3-networks/envs/production/vpn.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/backend.tf b/3-networks/envs/shared/backend.tf index 0962ace02..2025226fe 100644 --- a/3-networks/envs/shared/backend.tf +++ b/3-networks/envs/shared/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/dns-hub.tf b/3-networks/envs/shared/dns-hub.tf index d737e153e..c33142ea9 100644 --- a/3-networks/envs/shared/dns-hub.tf +++ b/3-networks/envs/shared/dns-hub.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/interconnect.tf.example b/3-networks/envs/shared/interconnect.tf.example index 8f1754110..2d2bba9b1 100644 --- a/3-networks/envs/shared/interconnect.tf.example +++ b/3-networks/envs/shared/interconnect.tf.example @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/net-hubs.tf b/3-networks/envs/shared/net-hubs.tf index f763f6d6f..0fcb6eb42 100644 --- a/3-networks/envs/shared/net-hubs.tf +++ b/3-networks/envs/shared/net-hubs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/outputs.tf b/3-networks/envs/shared/outputs.tf index 1f005bc04..f7aca2374 100644 --- a/3-networks/envs/shared/outputs.tf +++ b/3-networks/envs/shared/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/providers.tf b/3-networks/envs/shared/providers.tf index 2693df078..5674f1a74 100644 --- a/3-networks/envs/shared/providers.tf +++ b/3-networks/envs/shared/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/variables.tf b/3-networks/envs/shared/variables.tf index c2c4a58f2..15dc68bcf 100644 --- a/3-networks/envs/shared/variables.tf +++ b/3-networks/envs/shared/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/envs/shared/versions.tf b/3-networks/envs/shared/versions.tf index c26c5446a..70e15e643 100644 --- a/3-networks/envs/shared/versions.tf +++ b/3-networks/envs/shared/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/data.tf b/3-networks/modules/base_shared_vpc/data.tf index f48ef194d..3fe8f19cc 100644 --- a/3-networks/modules/base_shared_vpc/data.tf +++ b/3-networks/modules/base_shared_vpc/data.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/dns.tf b/3-networks/modules/base_shared_vpc/dns.tf index a1e7abc56..dafc13bac 100644 --- a/3-networks/modules/base_shared_vpc/dns.tf +++ b/3-networks/modules/base_shared_vpc/dns.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/firewall.tf b/3-networks/modules/base_shared_vpc/firewall.tf index 64bf23b74..c0d1b7395 100644 --- a/3-networks/modules/base_shared_vpc/firewall.tf +++ b/3-networks/modules/base_shared_vpc/firewall.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/main.tf b/3-networks/modules/base_shared_vpc/main.tf index 36954969d..07e1c5598 100644 --- a/3-networks/modules/base_shared_vpc/main.tf +++ b/3-networks/modules/base_shared_vpc/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/nat.tf b/3-networks/modules/base_shared_vpc/nat.tf index 5fcde892c..bfe791cd6 100644 --- a/3-networks/modules/base_shared_vpc/nat.tf +++ b/3-networks/modules/base_shared_vpc/nat.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/outputs.tf b/3-networks/modules/base_shared_vpc/outputs.tf index 86e985d8c..308452137 100644 --- a/3-networks/modules/base_shared_vpc/outputs.tf +++ b/3-networks/modules/base_shared_vpc/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/variables.tf b/3-networks/modules/base_shared_vpc/variables.tf index 15f269ed5..0ecd10a91 100644 --- a/3-networks/modules/base_shared_vpc/variables.tf +++ b/3-networks/modules/base_shared_vpc/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/base_shared_vpc/versions.tf b/3-networks/modules/base_shared_vpc/versions.tf index 0bad58106..ca5a07d94 100644 --- a/3-networks/modules/base_shared_vpc/versions.tf +++ b/3-networks/modules/base_shared_vpc/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/dedicated_interconnect/main.tf b/3-networks/modules/dedicated_interconnect/main.tf index 77ef31857..9439a5301 100644 --- a/3-networks/modules/dedicated_interconnect/main.tf +++ b/3-networks/modules/dedicated_interconnect/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/dedicated_interconnect/outputs.tf b/3-networks/modules/dedicated_interconnect/outputs.tf index 16b0888a1..1ab302544 100644 --- a/3-networks/modules/dedicated_interconnect/outputs.tf +++ b/3-networks/modules/dedicated_interconnect/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/dedicated_interconnect/variables.tf b/3-networks/modules/dedicated_interconnect/variables.tf index 66abed219..ae772db6a 100644 --- a/3-networks/modules/dedicated_interconnect/variables.tf +++ b/3-networks/modules/dedicated_interconnect/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/data.tf b/3-networks/modules/restricted_shared_vpc/data.tf index f48ef194d..3fe8f19cc 100644 --- a/3-networks/modules/restricted_shared_vpc/data.tf +++ b/3-networks/modules/restricted_shared_vpc/data.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/dns.tf b/3-networks/modules/restricted_shared_vpc/dns.tf index e5765d9ad..f3a5459da 100644 --- a/3-networks/modules/restricted_shared_vpc/dns.tf +++ b/3-networks/modules/restricted_shared_vpc/dns.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/firewall.tf b/3-networks/modules/restricted_shared_vpc/firewall.tf index c93c258f5..88c382955 100644 --- a/3-networks/modules/restricted_shared_vpc/firewall.tf +++ b/3-networks/modules/restricted_shared_vpc/firewall.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/main.tf b/3-networks/modules/restricted_shared_vpc/main.tf index 754617f39..258623ef9 100644 --- a/3-networks/modules/restricted_shared_vpc/main.tf +++ b/3-networks/modules/restricted_shared_vpc/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/nat.tf b/3-networks/modules/restricted_shared_vpc/nat.tf index 244319a34..2f85cfe4e 100644 --- a/3-networks/modules/restricted_shared_vpc/nat.tf +++ b/3-networks/modules/restricted_shared_vpc/nat.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/outputs.tf b/3-networks/modules/restricted_shared_vpc/outputs.tf index dca2a2157..a35af526d 100644 --- a/3-networks/modules/restricted_shared_vpc/outputs.tf +++ b/3-networks/modules/restricted_shared_vpc/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/service_control.tf b/3-networks/modules/restricted_shared_vpc/service_control.tf index ec29c62f2..d1fc312ff 100644 --- a/3-networks/modules/restricted_shared_vpc/service_control.tf +++ b/3-networks/modules/restricted_shared_vpc/service_control.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/variables.tf b/3-networks/modules/restricted_shared_vpc/variables.tf index d1ca5199f..3dfd2122d 100644 --- a/3-networks/modules/restricted_shared_vpc/variables.tf +++ b/3-networks/modules/restricted_shared_vpc/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/restricted_shared_vpc/versions.tf b/3-networks/modules/restricted_shared_vpc/versions.tf index 0bad58106..ca5a07d94 100644 --- a/3-networks/modules/restricted_shared_vpc/versions.tf +++ b/3-networks/modules/restricted_shared_vpc/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/3-networks/modules/vpn-ha/main.tf b/3-networks/modules/vpn-ha/main.tf index cfce37a11..f6fe3532f 100755 --- a/3-networks/modules/vpn-ha/main.tf +++ b/3-networks/modules/vpn-ha/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2021 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/3-networks/modules/vpn-ha/variables.tf b/3-networks/modules/vpn-ha/variables.tf index 2dc6a9711..9cef8fc6e 100644 --- a/3-networks/modules/vpn-ha/variables.tf +++ b/3-networks/modules/vpn-ha/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2021 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/3-networks/shared.auto.example.tfvars b/3-networks/shared.auto.example.tfvars index f803f738d..768a58329 100644 --- a/3-networks/shared.auto.example.tfvars +++ b/3-networks/shared.auto.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/backend.tf b/4-projects/business_unit_1/development/backend.tf index 5e3b4af5f..9d136b7e1 100644 --- a/4-projects/business_unit_1/development/backend.tf +++ b/4-projects/business_unit_1/development/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/example_base_shared_vpc_project.tf b/4-projects/business_unit_1/development/example_base_shared_vpc_project.tf index c54975c8f..9ddd43ad8 100644 --- a/4-projects/business_unit_1/development/example_base_shared_vpc_project.tf +++ b/4-projects/business_unit_1/development/example_base_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/example_floating_project.tf b/4-projects/business_unit_1/development/example_floating_project.tf index cf4c980a8..878cd31f5 100644 --- a/4-projects/business_unit_1/development/example_floating_project.tf +++ b/4-projects/business_unit_1/development/example_floating_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/example_peering_project.tf b/4-projects/business_unit_1/development/example_peering_project.tf index 59f849a43..5ebfb53f7 100644 --- a/4-projects/business_unit_1/development/example_peering_project.tf +++ b/4-projects/business_unit_1/development/example_peering_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/example_restricted_shared_vpc_project.tf b/4-projects/business_unit_1/development/example_restricted_shared_vpc_project.tf index 0f508e7ff..e45d1f718 100644 --- a/4-projects/business_unit_1/development/example_restricted_shared_vpc_project.tf +++ b/4-projects/business_unit_1/development/example_restricted_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/folder.tf b/4-projects/business_unit_1/development/folder.tf index f766fc378..405c9a814 100644 --- a/4-projects/business_unit_1/development/folder.tf +++ b/4-projects/business_unit_1/development/folder.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/outputs.tf b/4-projects/business_unit_1/development/outputs.tf index ddc58c3b0..e318988dc 100644 --- a/4-projects/business_unit_1/development/outputs.tf +++ b/4-projects/business_unit_1/development/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/providers.tf b/4-projects/business_unit_1/development/providers.tf index a5753d9e1..13c4da0e1 100644 --- a/4-projects/business_unit_1/development/providers.tf +++ b/4-projects/business_unit_1/development/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/development/variables.tf b/4-projects/business_unit_1/development/variables.tf index 59b05ac13..3a7f6eb32 100644 --- a/4-projects/business_unit_1/development/variables.tf +++ b/4-projects/business_unit_1/development/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/backend.tf b/4-projects/business_unit_1/non-production/backend.tf index 06325cb8a..bb99deaaa 100644 --- a/4-projects/business_unit_1/non-production/backend.tf +++ b/4-projects/business_unit_1/non-production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/example_base_shared_vpc_project.tf b/4-projects/business_unit_1/non-production/example_base_shared_vpc_project.tf index fdf571d3b..13937c61e 100644 --- a/4-projects/business_unit_1/non-production/example_base_shared_vpc_project.tf +++ b/4-projects/business_unit_1/non-production/example_base_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/example_floating_project.tf b/4-projects/business_unit_1/non-production/example_floating_project.tf index a06157661..5de04e2bf 100644 --- a/4-projects/business_unit_1/non-production/example_floating_project.tf +++ b/4-projects/business_unit_1/non-production/example_floating_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/example_peering_project.tf b/4-projects/business_unit_1/non-production/example_peering_project.tf index 61db2f462..641fddd11 100644 --- a/4-projects/business_unit_1/non-production/example_peering_project.tf +++ b/4-projects/business_unit_1/non-production/example_peering_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/example_restricted_shared_vpc_project.tf b/4-projects/business_unit_1/non-production/example_restricted_shared_vpc_project.tf index 73d8e80dd..136407672 100644 --- a/4-projects/business_unit_1/non-production/example_restricted_shared_vpc_project.tf +++ b/4-projects/business_unit_1/non-production/example_restricted_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/folder.tf b/4-projects/business_unit_1/non-production/folder.tf index 485710129..63f388207 100644 --- a/4-projects/business_unit_1/non-production/folder.tf +++ b/4-projects/business_unit_1/non-production/folder.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/outputs.tf b/4-projects/business_unit_1/non-production/outputs.tf index ddc58c3b0..e318988dc 100644 --- a/4-projects/business_unit_1/non-production/outputs.tf +++ b/4-projects/business_unit_1/non-production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/providers.tf b/4-projects/business_unit_1/non-production/providers.tf index a5753d9e1..13c4da0e1 100644 --- a/4-projects/business_unit_1/non-production/providers.tf +++ b/4-projects/business_unit_1/non-production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/non-production/variables.tf b/4-projects/business_unit_1/non-production/variables.tf index 59b05ac13..3a7f6eb32 100644 --- a/4-projects/business_unit_1/non-production/variables.tf +++ b/4-projects/business_unit_1/non-production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/backend.tf b/4-projects/business_unit_1/production/backend.tf index 25b22f402..3a651c7b1 100644 --- a/4-projects/business_unit_1/production/backend.tf +++ b/4-projects/business_unit_1/production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/example_base_shared_vpc_project.tf b/4-projects/business_unit_1/production/example_base_shared_vpc_project.tf index 7bfa8f82c..62b6c4acf 100644 --- a/4-projects/business_unit_1/production/example_base_shared_vpc_project.tf +++ b/4-projects/business_unit_1/production/example_base_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/example_floating_project.tf b/4-projects/business_unit_1/production/example_floating_project.tf index 584a8d067..c16a742e1 100644 --- a/4-projects/business_unit_1/production/example_floating_project.tf +++ b/4-projects/business_unit_1/production/example_floating_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/example_peering_project.tf b/4-projects/business_unit_1/production/example_peering_project.tf index d9d2af356..473afe599 100644 --- a/4-projects/business_unit_1/production/example_peering_project.tf +++ b/4-projects/business_unit_1/production/example_peering_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/example_restricted_shared_vpc_project.tf b/4-projects/business_unit_1/production/example_restricted_shared_vpc_project.tf index 2ebbdb76c..9e58963c4 100644 --- a/4-projects/business_unit_1/production/example_restricted_shared_vpc_project.tf +++ b/4-projects/business_unit_1/production/example_restricted_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/folder.tf b/4-projects/business_unit_1/production/folder.tf index 0c011dd00..2f142d797 100644 --- a/4-projects/business_unit_1/production/folder.tf +++ b/4-projects/business_unit_1/production/folder.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/outputs.tf b/4-projects/business_unit_1/production/outputs.tf index ddc58c3b0..e318988dc 100644 --- a/4-projects/business_unit_1/production/outputs.tf +++ b/4-projects/business_unit_1/production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/providers.tf b/4-projects/business_unit_1/production/providers.tf index a5753d9e1..13c4da0e1 100644 --- a/4-projects/business_unit_1/production/providers.tf +++ b/4-projects/business_unit_1/production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_1/production/variables.tf b/4-projects/business_unit_1/production/variables.tf index 7adc4c3e1..582e8cc90 100644 --- a/4-projects/business_unit_1/production/variables.tf +++ b/4-projects/business_unit_1/production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/backend.tf b/4-projects/business_unit_2/development/backend.tf index bf57d21c3..f57d42519 100644 --- a/4-projects/business_unit_2/development/backend.tf +++ b/4-projects/business_unit_2/development/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/example_base_shared_vpc_project.tf b/4-projects/business_unit_2/development/example_base_shared_vpc_project.tf index 2e2678a99..5c825c050 100644 --- a/4-projects/business_unit_2/development/example_base_shared_vpc_project.tf +++ b/4-projects/business_unit_2/development/example_base_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/example_floating_project.tf b/4-projects/business_unit_2/development/example_floating_project.tf index efceb5e4a..f58d0d3a1 100644 --- a/4-projects/business_unit_2/development/example_floating_project.tf +++ b/4-projects/business_unit_2/development/example_floating_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/example_peering_project.tf b/4-projects/business_unit_2/development/example_peering_project.tf index e3e3d7958..3c54aadae 100644 --- a/4-projects/business_unit_2/development/example_peering_project.tf +++ b/4-projects/business_unit_2/development/example_peering_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/example_restricted_shared_vpc_project.tf b/4-projects/business_unit_2/development/example_restricted_shared_vpc_project.tf index 2a490f5d1..b59ff4ee8 100644 --- a/4-projects/business_unit_2/development/example_restricted_shared_vpc_project.tf +++ b/4-projects/business_unit_2/development/example_restricted_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/folder.tf b/4-projects/business_unit_2/development/folder.tf index f766fc378..405c9a814 100644 --- a/4-projects/business_unit_2/development/folder.tf +++ b/4-projects/business_unit_2/development/folder.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/outputs.tf b/4-projects/business_unit_2/development/outputs.tf index ddc58c3b0..e318988dc 100644 --- a/4-projects/business_unit_2/development/outputs.tf +++ b/4-projects/business_unit_2/development/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/providers.tf b/4-projects/business_unit_2/development/providers.tf index a5753d9e1..13c4da0e1 100644 --- a/4-projects/business_unit_2/development/providers.tf +++ b/4-projects/business_unit_2/development/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/development/variables.tf b/4-projects/business_unit_2/development/variables.tf index 59b05ac13..3a7f6eb32 100644 --- a/4-projects/business_unit_2/development/variables.tf +++ b/4-projects/business_unit_2/development/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/backend.tf b/4-projects/business_unit_2/non-production/backend.tf index 558be47f7..45e854f3c 100644 --- a/4-projects/business_unit_2/non-production/backend.tf +++ b/4-projects/business_unit_2/non-production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/example_base_shared_vpc_project.tf b/4-projects/business_unit_2/non-production/example_base_shared_vpc_project.tf index aeceaf429..6b3112dac 100644 --- a/4-projects/business_unit_2/non-production/example_base_shared_vpc_project.tf +++ b/4-projects/business_unit_2/non-production/example_base_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/example_floating_project.tf b/4-projects/business_unit_2/non-production/example_floating_project.tf index 943ca0439..eef30a35f 100644 --- a/4-projects/business_unit_2/non-production/example_floating_project.tf +++ b/4-projects/business_unit_2/non-production/example_floating_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/example_peering_project.tf b/4-projects/business_unit_2/non-production/example_peering_project.tf index c00a9c842..cd6256291 100644 --- a/4-projects/business_unit_2/non-production/example_peering_project.tf +++ b/4-projects/business_unit_2/non-production/example_peering_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/example_restricted_shared_vpc_project.tf b/4-projects/business_unit_2/non-production/example_restricted_shared_vpc_project.tf index 19362651c..67c09efcc 100644 --- a/4-projects/business_unit_2/non-production/example_restricted_shared_vpc_project.tf +++ b/4-projects/business_unit_2/non-production/example_restricted_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/folder.tf b/4-projects/business_unit_2/non-production/folder.tf index 485710129..63f388207 100644 --- a/4-projects/business_unit_2/non-production/folder.tf +++ b/4-projects/business_unit_2/non-production/folder.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/outputs.tf b/4-projects/business_unit_2/non-production/outputs.tf index ddc58c3b0..e318988dc 100644 --- a/4-projects/business_unit_2/non-production/outputs.tf +++ b/4-projects/business_unit_2/non-production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/providers.tf b/4-projects/business_unit_2/non-production/providers.tf index a5753d9e1..13c4da0e1 100644 --- a/4-projects/business_unit_2/non-production/providers.tf +++ b/4-projects/business_unit_2/non-production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/non-production/variables.tf b/4-projects/business_unit_2/non-production/variables.tf index 59b05ac13..3a7f6eb32 100644 --- a/4-projects/business_unit_2/non-production/variables.tf +++ b/4-projects/business_unit_2/non-production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/backend.tf b/4-projects/business_unit_2/production/backend.tf index b454b5868..dd25e1473 100644 --- a/4-projects/business_unit_2/production/backend.tf +++ b/4-projects/business_unit_2/production/backend.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/example_base_shared_vpc_project.tf b/4-projects/business_unit_2/production/example_base_shared_vpc_project.tf index 5f107f554..d1f4142c5 100644 --- a/4-projects/business_unit_2/production/example_base_shared_vpc_project.tf +++ b/4-projects/business_unit_2/production/example_base_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/example_floating_project.tf b/4-projects/business_unit_2/production/example_floating_project.tf index 527b638d9..3a6a3ddbd 100644 --- a/4-projects/business_unit_2/production/example_floating_project.tf +++ b/4-projects/business_unit_2/production/example_floating_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/example_peering_project.tf b/4-projects/business_unit_2/production/example_peering_project.tf index 63a52c321..6cf3e2795 100644 --- a/4-projects/business_unit_2/production/example_peering_project.tf +++ b/4-projects/business_unit_2/production/example_peering_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/example_restricted_shared_vpc_project.tf b/4-projects/business_unit_2/production/example_restricted_shared_vpc_project.tf index e12173cd4..1fbf38db1 100644 --- a/4-projects/business_unit_2/production/example_restricted_shared_vpc_project.tf +++ b/4-projects/business_unit_2/production/example_restricted_shared_vpc_project.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/folder.tf b/4-projects/business_unit_2/production/folder.tf index 6fee53995..17e03ce23 100644 --- a/4-projects/business_unit_2/production/folder.tf +++ b/4-projects/business_unit_2/production/folder.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/outputs.tf b/4-projects/business_unit_2/production/outputs.tf index ddc58c3b0..e318988dc 100644 --- a/4-projects/business_unit_2/production/outputs.tf +++ b/4-projects/business_unit_2/production/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/providers.tf b/4-projects/business_unit_2/production/providers.tf index a5753d9e1..13c4da0e1 100644 --- a/4-projects/business_unit_2/production/providers.tf +++ b/4-projects/business_unit_2/production/providers.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/business_unit_2/production/variables.tf b/4-projects/business_unit_2/production/variables.tf index 59b05ac13..3a7f6eb32 100644 --- a/4-projects/business_unit_2/production/variables.tf +++ b/4-projects/business_unit_2/production/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/common.auto.example.tfvars b/4-projects/common.auto.example.tfvars index d260e6c70..1e96f2766 100644 --- a/4-projects/common.auto.example.tfvars +++ b/4-projects/common.auto.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/development.auto.example.tfvars b/4-projects/development.auto.example.tfvars index 33ec6bb87..4c61322bd 100644 --- a/4-projects/development.auto.example.tfvars +++ b/4-projects/development.auto.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/modules/single_project/data.tf b/4-projects/modules/single_project/data.tf index 18c0b4d86..bce53ed9d 100644 --- a/4-projects/modules/single_project/data.tf +++ b/4-projects/modules/single_project/data.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/modules/single_project/main.tf b/4-projects/modules/single_project/main.tf index 0eca50957..4523f3e6b 100644 --- a/4-projects/modules/single_project/main.tf +++ b/4-projects/modules/single_project/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/modules/single_project/outputs.tf b/4-projects/modules/single_project/outputs.tf index fc2b28aaa..e807affae 100644 --- a/4-projects/modules/single_project/outputs.tf +++ b/4-projects/modules/single_project/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/modules/single_project/variables.tf b/4-projects/modules/single_project/variables.tf index 6c5056e2f..5445d7ba8 100644 --- a/4-projects/modules/single_project/variables.tf +++ b/4-projects/modules/single_project/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/non-production.auto.example.tfvars b/4-projects/non-production.auto.example.tfvars index 38cbd3dd1..0c291370c 100644 --- a/4-projects/non-production.auto.example.tfvars +++ b/4-projects/non-production.auto.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/4-projects/production.auto.example.tfvars b/4-projects/production.auto.example.tfvars index b45971ece..c2058c535 100644 --- a/4-projects/production.auto.example.tfvars +++ b/4-projects/production.auto.example.tfvars @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/Makefile b/Makefile index b1e4845a3..fbebf29e1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/build/cloudbuild-tf-apply.yaml b/build/cloudbuild-tf-apply.yaml index 44febd1fc..5f4c500d1 100644 --- a/build/cloudbuild-tf-apply.yaml +++ b/build/cloudbuild-tf-apply.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/build/cloudbuild-tf-plan.yaml b/build/cloudbuild-tf-plan.yaml index 05417c1cc..704459fd1 100644 --- a/build/cloudbuild-tf-plan.yaml +++ b/build/cloudbuild-tf-plan.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 97a4c11c9..add490772 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/build/lint.cloudbuild.yaml b/build/lint.cloudbuild.yaml index 92ec7bc7a..c8883b1a2 100644 --- a/build/lint.cloudbuild.yaml +++ b/build/lint.cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/build/tf-wrapper.sh b/build/tf-wrapper.sh index 5177f1fe1..26251c942 100755 --- a/build/tf-wrapper.sh +++ b/build/tf-wrapper.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/lib/constraints.rego b/policy-library/lib/constraints.rego index 26457da8e..8139e8219 100644 --- a/policy-library/lib/constraints.rego +++ b/policy-library/lib/constraints.rego @@ -1,5 +1,5 @@ # -# Copyright 2018 Google LLC +# Copyright 2021 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/policy-library/lib/util.rego b/policy-library/lib/util.rego index 9a8eee58b..292cf94f8 100644 --- a/policy-library/lib/util.rego +++ b/policy-library/lib/util.rego @@ -1,5 +1,5 @@ # -# Copyright 2018 Google LLC +# Copyright 2021 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/policy-library/lib/util_test.rego b/policy-library/lib/util_test.rego index 9b5e193d7..9e7eb00c1 100644 --- a/policy-library/lib/util_test.rego +++ b/policy-library/lib/util_test.rego @@ -1,5 +1,5 @@ # -# Copyright 2018 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/appengine_versions.yaml b/policy-library/policies/constraints/appengine_versions.yaml index 5590c9ef9..bf69c56ba 100644 --- a/policy-library/policies/constraints/appengine_versions.yaml +++ b/policy-library/policies/constraints/appengine_versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/bigquery_world_readable.yaml b/policy-library/policies/constraints/bigquery_world_readable.yaml index 570d2e9d4..165661379 100644 --- a/policy-library/policies/constraints/bigquery_world_readable.yaml +++ b/policy-library/policies/constraints/bigquery_world_readable.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/dnssec_prevent_rsasha1_ksk.yaml b/policy-library/policies/constraints/dnssec_prevent_rsasha1_ksk.yaml index 20f1aad9d..8dab5f53f 100644 --- a/policy-library/policies/constraints/dnssec_prevent_rsasha1_ksk.yaml +++ b/policy-library/policies/constraints/dnssec_prevent_rsasha1_ksk.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/dnssec_prevent_rsasha1_zsk.yaml b/policy-library/policies/constraints/dnssec_prevent_rsasha1_zsk.yaml index b376f60b3..bc45bc953 100644 --- a/policy-library/policies/constraints/dnssec_prevent_rsasha1_zsk.yaml +++ b/policy-library/policies/constraints/dnssec_prevent_rsasha1_zsk.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_allow_only_private_cluster.yaml b/policy-library/policies/constraints/gke_allow_only_private_cluster.yaml index 730aba844..06ee952db 100644 --- a/policy-library/policies/constraints/gke_allow_only_private_cluster.yaml +++ b/policy-library/policies/constraints/gke_allow_only_private_cluster.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_allowed_node_sa_scope.yaml b/policy-library/policies/constraints/gke_allowed_node_sa_scope.yaml index f80621132..26609d4fb 100644 --- a/policy-library/policies/constraints/gke_allowed_node_sa_scope.yaml +++ b/policy-library/policies/constraints/gke_allowed_node_sa_scope.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_container_optimized_os.yaml b/policy-library/policies/constraints/gke_container_optimized_os.yaml index 894675755..2ba47052c 100644 --- a/policy-library/policies/constraints/gke_container_optimized_os.yaml +++ b/policy-library/policies/constraints/gke_container_optimized_os.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_dashboard_disable.yaml b/policy-library/policies/constraints/gke_dashboard_disable.yaml index ff1530974..ba15bfd35 100644 --- a/policy-library/policies/constraints/gke_dashboard_disable.yaml +++ b/policy-library/policies/constraints/gke_dashboard_disable.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_disable_default_service_account.yaml b/policy-library/policies/constraints/gke_disable_default_service_account.yaml index 0c2930db2..126e5cbde 100644 --- a/policy-library/policies/constraints/gke_disable_default_service_account.yaml +++ b/policy-library/policies/constraints/gke_disable_default_service_account.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_disable_legacy_endpoints.yaml b/policy-library/policies/constraints/gke_disable_legacy_endpoints.yaml index 93c998532..986f007fe 100644 --- a/policy-library/policies/constraints/gke_disable_legacy_endpoints.yaml +++ b/policy-library/policies/constraints/gke_disable_legacy_endpoints.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_enable_alias_ip_ranges.yaml b/policy-library/policies/constraints/gke_enable_alias_ip_ranges.yaml index 75fa35528..7c84a7dac 100644 --- a/policy-library/policies/constraints/gke_enable_alias_ip_ranges.yaml +++ b/policy-library/policies/constraints/gke_enable_alias_ip_ranges.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_legacy_abac.yaml b/policy-library/policies/constraints/gke_legacy_abac.yaml index d0caf3ec7..adfa51166 100644 --- a/policy-library/policies/constraints/gke_legacy_abac.yaml +++ b/policy-library/policies/constraints/gke_legacy_abac.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_master_authorized_networks_enabled.yaml b/policy-library/policies/constraints/gke_master_authorized_networks_enabled.yaml index 4d27f3dad..b87a4a92e 100644 --- a/policy-library/policies/constraints/gke_master_authorized_networks_enabled.yaml +++ b/policy-library/policies/constraints/gke_master_authorized_networks_enabled.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_node_pool_auto_repair.yaml b/policy-library/policies/constraints/gke_node_pool_auto_repair.yaml index 6dcb70886..a7735e860 100644 --- a/policy-library/policies/constraints/gke_node_pool_auto_repair.yaml +++ b/policy-library/policies/constraints/gke_node_pool_auto_repair.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_node_pool_auto_upgrade.yaml b/policy-library/policies/constraints/gke_node_pool_auto_upgrade.yaml index b36a966cb..f24200da8 100644 --- a/policy-library/policies/constraints/gke_node_pool_auto_upgrade.yaml +++ b/policy-library/policies/constraints/gke_node_pool_auto_upgrade.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_restrict_client_auth_methods.yaml b/policy-library/policies/constraints/gke_restrict_client_auth_methods.yaml index 6d4579c1d..5a6a7906d 100644 --- a/policy-library/policies/constraints/gke_restrict_client_auth_methods.yaml +++ b/policy-library/policies/constraints/gke_restrict_client_auth_methods.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/gke_restrict_pod_traffic.yaml b/policy-library/policies/constraints/gke_restrict_pod_traffic.yaml index 239d52746..4e5236baa 100644 --- a/policy-library/policies/constraints/gke_restrict_pod_traffic.yaml +++ b/policy-library/policies/constraints/gke_restrict_pod_traffic.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/iam_deny_public.yaml b/policy-library/policies/constraints/iam_deny_public.yaml index 485b444c3..bfb0e523e 100644 --- a/policy-library/policies/constraints/iam_deny_public.yaml +++ b/policy-library/policies/constraints/iam_deny_public.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/network_enable_flow_logs.yaml b/policy-library/policies/constraints/network_enable_flow_logs.yaml index 8b38c6644..3330fd71d 100644 --- a/policy-library/policies/constraints/network_enable_flow_logs.yaml +++ b/policy-library/policies/constraints/network_enable_flow_logs.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/network_enable_private_google_access.yaml b/policy-library/policies/constraints/network_enable_private_google_access.yaml index a213af4fd..fac422b60 100644 --- a/policy-library/policies/constraints/network_enable_private_google_access.yaml +++ b/policy-library/policies/constraints/network_enable_private_google_access.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/restrict_fw_rules_rdp_world_open.yaml b/policy-library/policies/constraints/restrict_fw_rules_rdp_world_open.yaml index 84db570fe..90d07d570 100644 --- a/policy-library/policies/constraints/restrict_fw_rules_rdp_world_open.yaml +++ b/policy-library/policies/constraints/restrict_fw_rules_rdp_world_open.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/restrict_fw_rules_ssh_world_open.yaml b/policy-library/policies/constraints/restrict_fw_rules_ssh_world_open.yaml index 0d46f1170..f88d39ce8 100644 --- a/policy-library/policies/constraints/restrict_fw_rules_ssh_world_open.yaml +++ b/policy-library/policies/constraints/restrict_fw_rules_ssh_world_open.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/restrict_fw_rules_world_open.yaml b/policy-library/policies/constraints/restrict_fw_rules_world_open.yaml index 97c9d4e5c..51729fbe8 100644 --- a/policy-library/policies/constraints/restrict_fw_rules_world_open.yaml +++ b/policy-library/policies/constraints/restrict_fw_rules_world_open.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/serviceusage_allow_basic_apis.yaml b/policy-library/policies/constraints/serviceusage_allow_basic_apis.yaml index e8ff89894..a7ffe7842 100644 --- a/policy-library/policies/constraints/serviceusage_allow_basic_apis.yaml +++ b/policy-library/policies/constraints/serviceusage_allow_basic_apis.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/sql_public_ip.yaml b/policy-library/policies/constraints/sql_public_ip.yaml index 88cccd6de..c00f52783 100644 --- a/policy-library/policies/constraints/sql_public_ip.yaml +++ b/policy-library/policies/constraints/sql_public_ip.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/sql_ssl.yaml b/policy-library/policies/constraints/sql_ssl.yaml index 86625e2e1..d673a3cba 100644 --- a/policy-library/policies/constraints/sql_ssl.yaml +++ b/policy-library/policies/constraints/sql_ssl.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/storage_bucket_policy_only.yaml b/policy-library/policies/constraints/storage_bucket_policy_only.yaml index 36da316a9..1222eaaf7 100644 --- a/policy-library/policies/constraints/storage_bucket_policy_only.yaml +++ b/policy-library/policies/constraints/storage_bucket_policy_only.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/constraints/storage_denylist_public.yaml b/policy-library/policies/constraints/storage_denylist_public.yaml index 9289c7125..524fdb85e 100644 --- a/policy-library/policies/constraints/storage_denylist_public.yaml +++ b/policy-library/policies/constraints/storage_denylist_public.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/policy-library/policies/templates/gcp_allowed_resource_types.yaml b/policy-library/policies/templates/gcp_allowed_resource_types.yaml index a81832e4e..52951c993 100644 --- a/policy-library/policies/templates/gcp_allowed_resource_types.yaml +++ b/policy-library/policies/templates/gcp_allowed_resource_types.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ spec: validation.gcp.forsetisecurity.org: rego: |- # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_always_violates_v1.yaml b/policy-library/policies/templates/gcp_always_violates_v1.yaml index 82f12a04a..f1e7e2554 100644 --- a/policy-library/policies/templates/gcp_always_violates_v1.yaml +++ b/policy-library/policies/templates/gcp_always_violates_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_app_service_versions.yaml b/policy-library/policies/templates/gcp_app_service_versions.yaml index b2cac9123..6e5544f7c 100644 --- a/policy-library/policies/templates/gcp_app_service_versions.yaml +++ b/policy-library/policies/templates/gcp_app_service_versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_appengine_location_v1.yaml b/policy-library/policies/templates/gcp_appengine_location_v1.yaml index 2ebf54312..0335bcea8 100644 --- a/policy-library/policies/templates/gcp_appengine_location_v1.yaml +++ b/policy-library/policies/templates/gcp_appengine_location_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/appengine_location.rego") # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_bigquery_cmek_encryption_v1.yaml b/policy-library/policies/templates/gcp_bigquery_cmek_encryption_v1.yaml index ba6555f83..efb6fee18 100644 --- a/policy-library/policies/templates/gcp_bigquery_cmek_encryption_v1.yaml +++ b/policy-library/policies/templates/gcp_bigquery_cmek_encryption_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ spec: rego: | #INLINE("validator/bigquery_cmek.rego") # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_bigquery_dataset_world_readable_v1.yaml b/policy-library/policies/templates/gcp_bigquery_dataset_world_readable_v1.yaml index 6c69cf9cd..d7b64c725 100644 --- a/policy-library/policies/templates/gcp_bigquery_dataset_world_readable_v1.yaml +++ b/policy-library/policies/templates/gcp_bigquery_dataset_world_readable_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_bigquery_table_retention_v1.yaml b/policy-library/policies/templates/gcp_bigquery_table_retention_v1.yaml index 42641ceb4..803025fdc 100644 --- a/policy-library/policies/templates/gcp_bigquery_table_retention_v1.yaml +++ b/policy-library/policies/templates/gcp_bigquery_table_retention_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -55,7 +55,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_bq_dataset_location_v1.yaml b/policy-library/policies/templates/gcp_bq_dataset_location_v1.yaml index 0192b9e99..7f525eb14 100644 --- a/policy-library/policies/templates/gcp_bq_dataset_location_v1.yaml +++ b/policy-library/policies/templates/gcp_bq_dataset_location_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ spec: # - # Copyright 2019 Google LLC + # Copyright 2021 Google LLC # diff --git a/policy-library/policies/templates/gcp_cmek_rotation_v1.yaml b/policy-library/policies/templates/gcp_cmek_rotation_v1.yaml index a285b1a31..2995988d6 100644 --- a/policy-library/policies/templates/gcp_cmek_rotation_v1.yaml +++ b/policy-library/policies/templates/gcp_cmek_rotation_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/cmek_rotation.rego") # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_cmek_settings_v1.yaml b/policy-library/policies/templates/gcp_cmek_settings_v1.yaml index 1cbeb1abd..56ed602bb 100644 --- a/policy-library/policies/templates/gcp_cmek_settings_v1.yaml +++ b/policy-library/policies/templates/gcp_cmek_settings_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/cmek_settings.rego") # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_compute_allowed_networks.yaml b/policy-library/policies/templates/gcp_compute_allowed_networks.yaml index 17ad26bcb..3799b14cd 100644 --- a/policy-library/policies/templates/gcp_compute_allowed_networks.yaml +++ b/policy-library/policies/templates/gcp_compute_allowed_networks.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_compute_disk_resource_policies_v1.yaml b/policy-library/policies/templates/gcp_compute_disk_resource_policies_v1.yaml index 0407cfd15..1b6bd0f81 100644 --- a/policy-library/policies/templates/gcp_compute_disk_resource_policies_v1.yaml +++ b/policy-library/policies/templates/gcp_compute_disk_resource_policies_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_compute_external_ip_address.yaml b/policy-library/policies/templates/gcp_compute_external_ip_address.yaml index 122b7a5c0..eac0da245 100644 --- a/policy-library/policies/templates/gcp_compute_external_ip_address.yaml +++ b/policy-library/policies/templates/gcp_compute_external_ip_address.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ spec: validation.gcp.forsetisecurity.org: rego: |- # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_compute_ip_forward.yaml b/policy-library/policies/templates/gcp_compute_ip_forward.yaml index 328a5e15d..0ed385087 100644 --- a/policy-library/policies/templates/gcp_compute_ip_forward.yaml +++ b/policy-library/policies/templates/gcp_compute_ip_forward.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ spec: validation.gcp.forsetisecurity.org: rego: |- # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_compute_zone_v1.yaml b/policy-library/policies/templates/gcp_compute_zone_v1.yaml index 1d12ac271..cfcf3926d 100644 --- a/policy-library/policies/templates/gcp_compute_zone_v1.yaml +++ b/policy-library/policies/templates/gcp_compute_zone_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_dataproc_location_v1.yaml b/policy-library/policies/templates/gcp_dataproc_location_v1.yaml index 7efe726ec..7313b5a17 100644 --- a/policy-library/policies/templates/gcp_dataproc_location_v1.yaml +++ b/policy-library/policies/templates/gcp_dataproc_location_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/dataproc_location.rego") # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_dnssec_prevent_rsasha1_v1.yaml b/policy-library/policies/templates/gcp_dnssec_prevent_rsasha1_v1.yaml index 7432653c1..1b1a1e10c 100644 --- a/policy-library/policies/templates/gcp_dnssec_prevent_rsasha1_v1.yaml +++ b/policy-library/policies/templates/gcp_dnssec_prevent_rsasha1_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_dnssec_v1.yaml b/policy-library/policies/templates/gcp_dnssec_v1.yaml index 1fe8b07a6..870067cfb 100644 --- a/policy-library/policies/templates/gcp_dnssec_v1.yaml +++ b/policy-library/policies/templates/gcp_dnssec_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_enforce_labels_v1.yaml b/policy-library/policies/templates/gcp_enforce_labels_v1.yaml index 4f35dea57..274dfc647 100644 --- a/policy-library/policies/templates/gcp_enforce_labels_v1.yaml +++ b/policy-library/policies/templates/gcp_enforce_labels_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,7 +69,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_enforce_naming_v1.yaml b/policy-library/policies/templates/gcp_enforce_naming_v1.yaml index 722dc93da..8adc35b16 100644 --- a/policy-library/policies/templates/gcp_enforce_naming_v1.yaml +++ b/policy-library/policies/templates/gcp_enforce_naming_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ spec: validation.gcp.forsetisecurity.org: rego: |- # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_allowed_node_sa_v1.yaml b/policy-library/policies/templates/gcp_gke_allowed_node_sa_v1.yaml index 604b79bc7..e7cddcaa3 100644 --- a/policy-library/policies/templates/gcp_gke_allowed_node_sa_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_allowed_node_sa_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_cluster_location.yaml b/policy-library/policies/templates/gcp_gke_cluster_location.yaml index 30704e0ee..5e6c2214e 100644 --- a/policy-library/policies/templates/gcp_gke_cluster_location.yaml +++ b/policy-library/policies/templates/gcp_gke_cluster_location.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ spec: validation.gcp.forsetisecurity.org: rego: |- # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_cluster_version_v1.yaml b/policy-library/policies/templates/gcp_gke_cluster_version_v1.yaml index ee8ca5912..56594c231 100644 --- a/policy-library/policies/templates/gcp_gke_cluster_version_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_cluster_version_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_container_optimized_os.yaml b/policy-library/policies/templates/gcp_gke_container_optimized_os.yaml index 4f8c10b6e..a9e27a61f 100644 --- a/policy-library/policies/templates/gcp_gke_container_optimized_os.yaml +++ b/policy-library/policies/templates/gcp_gke_container_optimized_os.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_dashboard_v1.yaml b/policy-library/policies/templates/gcp_gke_dashboard_v1.yaml index 2131a0c0d..c0074864c 100644 --- a/policy-library/policies/templates/gcp_gke_dashboard_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_dashboard_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_disable_default_service_account_v1.yaml b/policy-library/policies/templates/gcp_gke_disable_default_service_account_v1.yaml index fa8d832cc..3f2464691 100644 --- a/policy-library/policies/templates/gcp_gke_disable_default_service_account_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_disable_default_service_account_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_disable_legacy_endpoints_v1.yaml b/policy-library/policies/templates/gcp_gke_disable_legacy_endpoints_v1.yaml index cb00a51c1..40c23b3db 100644 --- a/policy-library/policies/templates/gcp_gke_disable_legacy_endpoints_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_disable_legacy_endpoints_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_enable_alias_ip_ranges.yaml b/policy-library/policies/templates/gcp_gke_enable_alias_ip_ranges.yaml index 408b1c864..948b05de2 100644 --- a/policy-library/policies/templates/gcp_gke_enable_alias_ip_ranges.yaml +++ b/policy-library/policies/templates/gcp_gke_enable_alias_ip_ranges.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_enable_private_endpoint.yaml b/policy-library/policies/templates/gcp_gke_enable_private_endpoint.yaml index c3c9d22a4..ad37339d9 100644 --- a/policy-library/policies/templates/gcp_gke_enable_private_endpoint.yaml +++ b/policy-library/policies/templates/gcp_gke_enable_private_endpoint.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_enable_shielded_nodes_v1.yaml b/policy-library/policies/templates/gcp_gke_enable_shielded_nodes_v1.yaml index c7465cde3..8b4899037 100644 --- a/policy-library/policies/templates/gcp_gke_enable_shielded_nodes_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_enable_shielded_nodes_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_enable_stackdriver_kubernetes_engine_monitoring_v1.yaml b/policy-library/policies/templates/gcp_gke_enable_stackdriver_kubernetes_engine_monitoring_v1.yaml index f0d474c13..1740e85a1 100644 --- a/policy-library/policies/templates/gcp_gke_enable_stackdriver_kubernetes_engine_monitoring_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_enable_stackdriver_kubernetes_engine_monitoring_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_enable_stackdriver_logging_v1.yaml b/policy-library/policies/templates/gcp_gke_enable_stackdriver_logging_v1.yaml index 4a336a43b..e2992c52f 100644 --- a/policy-library/policies/templates/gcp_gke_enable_stackdriver_logging_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_enable_stackdriver_logging_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: |- # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_enable_stackdriver_monitoring_v1.yaml b/policy-library/policies/templates/gcp_gke_enable_stackdriver_monitoring_v1.yaml index 8c3960615..176c13f54 100644 --- a/policy-library/policies/templates/gcp_gke_enable_stackdriver_monitoring_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_enable_stackdriver_monitoring_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_enable_workload_identity_v1.yaml b/policy-library/policies/templates/gcp_gke_enable_workload_identity_v1.yaml index 7af2ba13a..2842396bd 100644 --- a/policy-library/policies/templates/gcp_gke_enable_workload_identity_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_enable_workload_identity_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_legacy_abac_v1.yaml b/policy-library/policies/templates/gcp_gke_legacy_abac_v1.yaml index 01bcc4555..e7b4f0873 100644 --- a/policy-library/policies/templates/gcp_gke_legacy_abac_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_legacy_abac_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_master_authorized_networks_enabled_v1.yaml b/policy-library/policies/templates/gcp_gke_master_authorized_networks_enabled_v1.yaml index ac1674063..3253187a7 100644 --- a/policy-library/policies/templates/gcp_gke_master_authorized_networks_enabled_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_master_authorized_networks_enabled_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_node_auto_repair_v1.yaml b/policy-library/policies/templates/gcp_gke_node_auto_repair_v1.yaml index 3ae7a40bc..3a3a4b1ec 100644 --- a/policy-library/policies/templates/gcp_gke_node_auto_repair_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_node_auto_repair_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_node_auto_upgrade_v1.yaml b/policy-library/policies/templates/gcp_gke_node_auto_upgrade_v1.yaml index c3868aaca..c98cb02d7 100644 --- a/policy-library/policies/templates/gcp_gke_node_auto_upgrade_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_node_auto_upgrade_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_private_cluster_v1.yaml b/policy-library/policies/templates/gcp_gke_private_cluster_v1.yaml index dcc1451e8..2345ad1d8 100644 --- a/policy-library/policies/templates/gcp_gke_private_cluster_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_private_cluster_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_restrict_client_auth_methods_v1.yaml b/policy-library/policies/templates/gcp_gke_restrict_client_auth_methods_v1.yaml index 109c996fe..7d6458e17 100644 --- a/policy-library/policies/templates/gcp_gke_restrict_client_auth_methods_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_restrict_client_auth_methods_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/gke_restrict_client_auth_methods.rego") # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_gke_restrict_pod_traffic_v1.yaml b/policy-library/policies/templates/gcp_gke_restrict_pod_traffic_v1.yaml index be886be13..686cc8be4 100644 --- a/policy-library/policies/templates/gcp_gke_restrict_pod_traffic_v1.yaml +++ b/policy-library/policies/templates/gcp_gke_restrict_pod_traffic_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/gke_restrict_pod_traffic.rego") # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_glb_external_ip_access_constraint_v1.yaml b/policy-library/policies/templates/gcp_glb_external_ip_access_constraint_v1.yaml index 97f65d706..69fc78ad5 100644 --- a/policy-library/policies/templates/gcp_glb_external_ip_access_constraint_v1.yaml +++ b/policy-library/policies/templates/gcp_glb_external_ip_access_constraint_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_allow_ban_roles_v1.yaml b/policy-library/policies/templates/gcp_iam_allow_ban_roles_v1.yaml index 15c5ccd48..115a12c39 100644 --- a/policy-library/policies/templates/gcp_iam_allow_ban_roles_v1.yaml +++ b/policy-library/policies/templates/gcp_iam_allow_ban_roles_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_allowed_bindings.yaml b/policy-library/policies/templates/gcp_iam_allowed_bindings.yaml index 527da532a..eb99f9b92 100644 --- a/policy-library/policies/templates/gcp_iam_allowed_bindings.yaml +++ b/policy-library/policies/templates/gcp_iam_allowed_bindings.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_allowed_policy_member_domains.yaml b/policy-library/policies/templates/gcp_iam_allowed_policy_member_domains.yaml index b0373f21b..32de049ee 100644 --- a/policy-library/policies/templates/gcp_iam_allowed_policy_member_domains.yaml +++ b/policy-library/policies/templates/gcp_iam_allowed_policy_member_domains.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_audit_log.yaml b/policy-library/policies/templates/gcp_iam_audit_log.yaml index 348c960b1..80dc9a93a 100644 --- a/policy-library/policies/templates/gcp_iam_audit_log.yaml +++ b/policy-library/policies/templates/gcp_iam_audit_log.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_custom_role_permissions_v1.yaml b/policy-library/policies/templates/gcp_iam_custom_role_permissions_v1.yaml index aaec027d6..9ffbb9c4f 100644 --- a/policy-library/policies/templates/gcp_iam_custom_role_permissions_v1.yaml +++ b/policy-library/policies/templates/gcp_iam_custom_role_permissions_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_required_bindings_v1.yaml b/policy-library/policies/templates/gcp_iam_required_bindings_v1.yaml index fa011be46..72c6678cb 100644 --- a/policy-library/policies/templates/gcp_iam_required_bindings_v1.yaml +++ b/policy-library/policies/templates/gcp_iam_required_bindings_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -55,7 +55,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_restrict_service_account_creation_v1.yaml b/policy-library/policies/templates/gcp_iam_restrict_service_account_creation_v1.yaml index 538285cf6..06ad22df2 100644 --- a/policy-library/policies/templates/gcp_iam_restrict_service_account_creation_v1.yaml +++ b/policy-library/policies/templates/gcp_iam_restrict_service_account_creation_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ spec: targets: validation.gcp.forsetisecurity.org: rego: | - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_restrict_service_account_key_age_v1.yaml b/policy-library/policies/templates/gcp_iam_restrict_service_account_key_age_v1.yaml index 218595cc4..f008c4cae 100644 --- a/policy-library/policies/templates/gcp_iam_restrict_service_account_key_age_v1.yaml +++ b/policy-library/policies/templates/gcp_iam_restrict_service_account_key_age_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ spec: targets: validation.gcp.forsetisecurity.org: rego: | - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_iam_restrict_service_account_key_type_v1.yaml b/policy-library/policies/templates/gcp_iam_restrict_service_account_key_type_v1.yaml index 4d92fc258..dc979d1e9 100644 --- a/policy-library/policies/templates/gcp_iam_restrict_service_account_key_type_v1.yaml +++ b/policy-library/policies/templates/gcp_iam_restrict_service_account_key_type_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ spec: targets: validation.gcp.forsetisecurity.org: rego: | - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_lb_forwarding_rules.yaml b/policy-library/policies/templates/gcp_lb_forwarding_rules.yaml index 6b36cdbf9..c92ca1f28 100644 --- a/policy-library/policies/templates/gcp_lb_forwarding_rules.yaml +++ b/policy-library/policies/templates/gcp_lb_forwarding_rules.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -47,7 +47,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_network_enable_firewall_logs_v1.yaml b/policy-library/policies/templates/gcp_network_enable_firewall_logs_v1.yaml index 81c759ea7..dbe10d764 100644 --- a/policy-library/policies/templates/gcp_network_enable_firewall_logs_v1.yaml +++ b/policy-library/policies/templates/gcp_network_enable_firewall_logs_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_network_enable_flow_logs_v1.yaml b/policy-library/policies/templates/gcp_network_enable_flow_logs_v1.yaml index f80ed68a1..b331f83e9 100644 --- a/policy-library/policies/templates/gcp_network_enable_flow_logs_v1.yaml +++ b/policy-library/policies/templates/gcp_network_enable_flow_logs_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_network_enable_private_google_access_v1.yaml b/policy-library/policies/templates/gcp_network_enable_private_google_access_v1.yaml index 06e45a52a..e4bf96525 100644 --- a/policy-library/policies/templates/gcp_network_enable_private_google_access_v1.yaml +++ b/policy-library/policies/templates/gcp_network_enable_private_google_access_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_network_restrict_default_v1.yaml b/policy-library/policies/templates/gcp_network_restrict_default_v1.yaml index b9d90e242..cf3baa8dd 100644 --- a/policy-library/policies/templates/gcp_network_restrict_default_v1.yaml +++ b/policy-library/policies/templates/gcp_network_restrict_default_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ spec: targets: validation.gcp.forsetisecurity.org: rego: | - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_network_routing_v1.yaml b/policy-library/policies/templates/gcp_network_routing_v1.yaml index b47153908..21781d421 100644 --- a/policy-library/policies/templates/gcp_network_routing_v1.yaml +++ b/policy-library/policies/templates/gcp_network_routing_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_resource_value_pattern_v1.yaml b/policy-library/policies/templates/gcp_resource_value_pattern_v1.yaml index 075542d16..9b82ccb96 100644 --- a/policy-library/policies/templates/gcp_resource_value_pattern_v1.yaml +++ b/policy-library/policies/templates/gcp_resource_value_pattern_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -62,7 +62,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_restricted_firewall_rules_v1.yaml b/policy-library/policies/templates/gcp_restricted_firewall_rules_v1.yaml index c3146e839..6ec75df48 100644 --- a/policy-library/policies/templates/gcp_restricted_firewall_rules_v1.yaml +++ b/policy-library/policies/templates/gcp_restricted_firewall_rules_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -186,7 +186,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_serviceusage_allowed_services_v1.yaml b/policy-library/policies/templates/gcp_serviceusage_allowed_services_v1.yaml index e45824ab9..5ff84ce30 100644 --- a/policy-library/policies/templates/gcp_serviceusage_allowed_services_v1.yaml +++ b/policy-library/policies/templates/gcp_serviceusage_allowed_services_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_spanner_location_v1.yaml b/policy-library/policies/templates/gcp_spanner_location_v1.yaml index f752270b1..2fd37bfc6 100644 --- a/policy-library/policies/templates/gcp_spanner_location_v1.yaml +++ b/policy-library/policies/templates/gcp_spanner_location_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/spanner_location.rego") # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_allowed_authorized_networks_v1.yaml b/policy-library/policies/templates/gcp_sql_allowed_authorized_networks_v1.yaml index a77a62530..b42d39295 100644 --- a/policy-library/policies/templates/gcp_sql_allowed_authorized_networks_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_allowed_authorized_networks_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_backup_v1.yaml b/policy-library/policies/templates/gcp_sql_backup_v1.yaml index f5f1006f6..c4bc7a016 100644 --- a/policy-library/policies/templates/gcp_sql_backup_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_backup_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/sql_backup.rego") # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_instance_type_v1.yaml b/policy-library/policies/templates/gcp_sql_instance_type_v1.yaml index 0b25cdff5..c25ca25c7 100644 --- a/policy-library/policies/templates/gcp_sql_instance_type_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_instance_type_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_location_v1.yaml b/policy-library/policies/templates/gcp_sql_location_v1.yaml index f529c6b1d..a55ac3dea 100644 --- a/policy-library/policies/templates/gcp_sql_location_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_location_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_maintenance_window_v1.yaml b/policy-library/policies/templates/gcp_sql_maintenance_window_v1.yaml index 7c213a66e..b36f58f17 100644 --- a/policy-library/policies/templates/gcp_sql_maintenance_window_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_maintenance_window_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | #INLINE("validator/sql_maintenance_window.rego") # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_public_ip_v1.yaml b/policy-library/policies/templates/gcp_sql_public_ip_v1.yaml index ebb7169e1..89229d825 100644 --- a/policy-library/policies/templates/gcp_sql_public_ip_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_public_ip_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_ssl_v1.yaml b/policy-library/policies/templates/gcp_sql_ssl_v1.yaml index 270eab939..816bd37b3 100644 --- a/policy-library/policies/templates/gcp_sql_ssl_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_ssl_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_sql_world_readable_v1.yaml b/policy-library/policies/templates/gcp_sql_world_readable_v1.yaml index 4ee9987b4..109940525 100644 --- a/policy-library/policies/templates/gcp_sql_world_readable_v1.yaml +++ b/policy-library/policies/templates/gcp_sql_world_readable_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_storage_bucket_policy_only_v1.yaml b/policy-library/policies/templates/gcp_storage_bucket_policy_only_v1.yaml index 5f9cac1c3..f9258d06c 100644 --- a/policy-library/policies/templates/gcp_storage_bucket_policy_only_v1.yaml +++ b/policy-library/policies/templates/gcp_storage_bucket_policy_only_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_storage_bucket_retention_v1.yaml b/policy-library/policies/templates/gcp_storage_bucket_retention_v1.yaml index e4c1ea979..5ce62474e 100644 --- a/policy-library/policies/templates/gcp_storage_bucket_retention_v1.yaml +++ b/policy-library/policies/templates/gcp_storage_bucket_retention_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,7 +69,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_storage_bucket_world_readable_v1.yaml b/policy-library/policies/templates/gcp_storage_bucket_world_readable_v1.yaml index dac46d65a..32f9795ea 100644 --- a/policy-library/policies/templates/gcp_storage_bucket_world_readable_v1.yaml +++ b/policy-library/policies/templates/gcp_storage_bucket_world_readable_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2020 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_storage_cmek_encryption_v1.yaml b/policy-library/policies/templates/gcp_storage_cmek_encryption_v1.yaml index 25a200d2a..c09b9cc06 100644 --- a/policy-library/policies/templates/gcp_storage_cmek_encryption_v1.yaml +++ b/policy-library/policies/templates/gcp_storage_cmek_encryption_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_storage_location_v1.yaml b/policy-library/policies/templates/gcp_storage_location_v1.yaml index 6b27fb841..6df46d770 100644 --- a/policy-library/policies/templates/gcp_storage_location_v1.yaml +++ b/policy-library/policies/templates/gcp_storage_location_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_storage_logging_v1.yaml b/policy-library/policies/templates/gcp_storage_logging_v1.yaml index d3dcbe1b1..d0e4b6686 100644 --- a/policy-library/policies/templates/gcp_storage_logging_v1.yaml +++ b/policy-library/policies/templates/gcp_storage_logging_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2018 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_vpc_sc_allowed_regions.yaml b/policy-library/policies/templates/gcp_vpc_sc_allowed_regions.yaml index 2347eaf7e..6efc53840 100644 --- a/policy-library/policies/templates/gcp_vpc_sc_allowed_regions.yaml +++ b/policy-library/policies/templates/gcp_vpc_sc_allowed_regions.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_vpc_sc_ensure_access_levels_v1.yaml b/policy-library/policies/templates/gcp_vpc_sc_ensure_access_levels_v1.yaml index 78e2be5eb..5bf2f79fb 100644 --- a/policy-library/policies/templates/gcp_vpc_sc_ensure_access_levels_v1.yaml +++ b/policy-library/policies/templates/gcp_vpc_sc_ensure_access_levels_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_vpc_sc_ensure_project_v1.yaml b/policy-library/policies/templates/gcp_vpc_sc_ensure_project_v1.yaml index c743b4edf..5ed2ad236 100644 --- a/policy-library/policies/templates/gcp_vpc_sc_ensure_project_v1.yaml +++ b/policy-library/policies/templates/gcp_vpc_sc_ensure_project_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_vpc_sc_ensure_services_v1.yaml b/policy-library/policies/templates/gcp_vpc_sc_ensure_services_v1.yaml index 663a74194..29a5d3efa 100644 --- a/policy-library/policies/templates/gcp_vpc_sc_ensure_services_v1.yaml +++ b/policy-library/policies/templates/gcp_vpc_sc_ensure_services_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_vpc_sc_ip_range_v1.yaml b/policy-library/policies/templates/gcp_vpc_sc_ip_range_v1.yaml index f3296a361..9b85162e5 100644 --- a/policy-library/policies/templates/gcp_vpc_sc_ip_range_v1.yaml +++ b/policy-library/policies/templates/gcp_vpc_sc_ip_range_v1.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ spec: validation.gcp.forsetisecurity.org: rego: | # - # Copyright 2019 Google LLC + # Copyright 2021 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/policy-library/policies/templates/gcp_vpc_sc_project_perimeter.yaml b/policy-library/policies/templates/gcp_vpc_sc_project_perimeter.yaml index 7712ad79d..cd5b5346c 100644 --- a/policy-library/policies/templates/gcp_vpc_sc_project_perimeter.yaml +++ b/policy-library/policies/templates/gcp_vpc_sc_project_perimeter.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ spec: targets: validation.gcp.forsetisecurity.org: rego: | - # Copyright 2019 Google LLC + # Copyright 2021 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/test/clean_org.sh b/test/clean_org.sh index 1b5e142b3..6659ad0e1 100755 --- a/test/clean_org.sh +++ b/test/clean_org.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020 Google LLC +# Copyright 2021 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/test/export_sc.sh b/test/export_sc.sh index b6e88c70b..da1462411 100755 --- a/test/export_sc.sh +++ b/test/export_sc.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020 Google LLC +# Copyright 2021 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/test/fixtures/bootstrap/main.tf b/test/fixtures/bootstrap/main.tf index 15102693c..68c1e9d44 100644 --- a/test/fixtures/bootstrap/main.tf +++ b/test/fixtures/bootstrap/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/bootstrap/outputs.tf b/test/fixtures/bootstrap/outputs.tf index f3b3712df..cbf7969fa 100644 --- a/test/fixtures/bootstrap/outputs.tf +++ b/test/fixtures/bootstrap/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/bootstrap/variables.tf b/test/fixtures/bootstrap/variables.tf index b0da14968..d803ee0d8 100644 --- a/test/fixtures/bootstrap/variables.tf +++ b/test/fixtures/bootstrap/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/envs/main.tf b/test/fixtures/envs/main.tf index cacc059d7..4931dd08c 100644 --- a/test/fixtures/envs/main.tf +++ b/test/fixtures/envs/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/envs/outputs.tf b/test/fixtures/envs/outputs.tf index 592d3124d..5b47d34af 100644 --- a/test/fixtures/envs/outputs.tf +++ b/test/fixtures/envs/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/envs/variables.tf b/test/fixtures/envs/variables.tf index 237e99d22..97de2f992 100644 --- a/test/fixtures/envs/variables.tf +++ b/test/fixtures/envs/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/networks/main.tf b/test/fixtures/networks/main.tf index 3f7546b93..e43da79d7 100644 --- a/test/fixtures/networks/main.tf +++ b/test/fixtures/networks/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/networks/outputs.tf b/test/fixtures/networks/outputs.tf index 9246367df..ebee6262f 100644 --- a/test/fixtures/networks/outputs.tf +++ b/test/fixtures/networks/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/networks/variables.tf b/test/fixtures/networks/variables.tf index 428b1254a..c035a159c 100644 --- a/test/fixtures/networks/variables.tf +++ b/test/fixtures/networks/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/org/main.tf b/test/fixtures/org/main.tf index 8b8b31d02..c27ad11a2 100644 --- a/test/fixtures/org/main.tf +++ b/test/fixtures/org/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/org/outputs.tf b/test/fixtures/org/outputs.tf index 895f5ff12..e38e20d45 100644 --- a/test/fixtures/org/outputs.tf +++ b/test/fixtures/org/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/org/variables.tf b/test/fixtures/org/variables.tf index 5c11fc086..c6a3fbf79 100644 --- a/test/fixtures/org/variables.tf +++ b/test/fixtures/org/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/projects/main.tf b/test/fixtures/projects/main.tf index 6550829ce..adac90e45 100644 --- a/test/fixtures/projects/main.tf +++ b/test/fixtures/projects/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/projects/outputs.tf b/test/fixtures/projects/outputs.tf index 081fb4070..63beed1b6 100644 --- a/test/fixtures/projects/outputs.tf +++ b/test/fixtures/projects/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/projects/variables.tf b/test/fixtures/projects/variables.tf index 58bdc1fd9..a6a9605b8 100644 --- a/test/fixtures/projects/variables.tf +++ b/test/fixtures/projects/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/shared/main.tf b/test/fixtures/shared/main.tf index 6100512b9..72b20d81d 100644 --- a/test/fixtures/shared/main.tf +++ b/test/fixtures/shared/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/shared/outputs.tf b/test/fixtures/shared/outputs.tf index 330018690..a1d6c232c 100644 --- a/test/fixtures/shared/outputs.tf +++ b/test/fixtures/shared/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/fixtures/shared/variables.tf b/test/fixtures/shared/variables.tf index eb294fbf8..1f1b0d1b6 100644 --- a/test/fixtures/shared/variables.tf +++ b/test/fixtures/shared/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/integration/bootstrap/controls/gcloud_cloudbuild.rb b/test/integration/bootstrap/controls/gcloud_cloudbuild.rb index a170fcee7..250395bae 100644 --- a/test/integration/bootstrap/controls/gcloud_cloudbuild.rb +++ b/test/integration/bootstrap/controls/gcloud_cloudbuild.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/bootstrap/controls/gcp_bootstrap.rb b/test/integration/bootstrap/controls/gcp_bootstrap.rb index ccd0f5b79..034b07bd1 100644 --- a/test/integration/bootstrap/controls/gcp_bootstrap.rb +++ b/test/integration/bootstrap/controls/gcp_bootstrap.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/bootstrap/controls/gcp_cloudbuild.rb b/test/integration/bootstrap/controls/gcp_cloudbuild.rb index 6f910e3de..dbe96c732 100644 --- a/test/integration/bootstrap/controls/gcp_cloudbuild.rb +++ b/test/integration/bootstrap/controls/gcp_cloudbuild.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/envs/controls/development.rb b/test/integration/envs/controls/development.rb index 79cd5086f..c7e00baec 100644 --- a/test/integration/envs/controls/development.rb +++ b/test/integration/envs/controls/development.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/envs/controls/non-production.rb b/test/integration/envs/controls/non-production.rb index ebd4c4cf6..246dde193 100644 --- a/test/integration/envs/controls/non-production.rb +++ b/test/integration/envs/controls/non-production.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/envs/controls/production.rb b/test/integration/envs/controls/production.rb index 8d54e846e..e52fba54e 100644 --- a/test/integration/envs/controls/production.rb +++ b/test/integration/envs/controls/production.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/networks/controls/gcloud_networks.rb b/test/integration/networks/controls/gcloud_networks.rb index b8aae94e6..e75b3372b 100644 --- a/test/integration/networks/controls/gcloud_networks.rb +++ b/test/integration/networks/controls/gcloud_networks.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/networks/controls/gcp_networks.rb b/test/integration/networks/controls/gcp_networks.rb index 47ef2eca5..f3080fc16 100644 --- a/test/integration/networks/controls/gcp_networks.rb +++ b/test/integration/networks/controls/gcp_networks.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/org/controls/gcloud_policy.rb b/test/integration/org/controls/gcloud_policy.rb index 0a900861c..1cab483ab 100644 --- a/test/integration/org/controls/gcloud_policy.rb +++ b/test/integration/org/controls/gcloud_policy.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/org/controls/gcloud_scc.rb b/test/integration/org/controls/gcloud_scc.rb index 3facf9732..a6cc5753d 100644 --- a/test/integration/org/controls/gcloud_scc.rb +++ b/test/integration/org/controls/gcloud_scc.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/org/controls/gcp_logging.rb b/test/integration/org/controls/gcp_logging.rb index e48402786..b7051bbc7 100644 --- a/test/integration/org/controls/gcp_logging.rb +++ b/test/integration/org/controls/gcp_logging.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/org/controls/gcp_projects.rb b/test/integration/org/controls/gcp_projects.rb index bdb0a17b8..5ee1f71b1 100644 --- a/test/integration/org/controls/gcp_projects.rb +++ b/test/integration/org/controls/gcp_projects.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/projects/controls/gcloud_projects.rb b/test/integration/projects/controls/gcloud_projects.rb index 7e940003f..dcadbaa77 100644 --- a/test/integration/projects/controls/gcloud_projects.rb +++ b/test/integration/projects/controls/gcloud_projects.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/projects/controls/gcp_projects.rb b/test/integration/projects/controls/gcp_projects.rb index 4a4fec0ee..7e49292c7 100644 --- a/test/integration/projects/controls/gcp_projects.rb +++ b/test/integration/projects/controls/gcp_projects.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/shared/controls/gcloud_dns_hub.rb b/test/integration/shared/controls/gcloud_dns_hub.rb index c35110c54..4e5f8345c 100644 --- a/test/integration/shared/controls/gcloud_dns_hub.rb +++ b/test/integration/shared/controls/gcloud_dns_hub.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/integration/shared/controls/gcp_dns_hub.rb b/test/integration/shared/controls/gcp_dns_hub.rb index ee81b5481..6efb82f5c 100644 --- a/test/integration/shared/controls/gcp_dns_hub.rb +++ b/test/integration/shared/controls/gcp_dns_hub.rb @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC +# Copyright 2021 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/test/setup/iam.tf b/test/setup/iam.tf index ffcbad587..8a521a2ec 100644 --- a/test/setup/iam.tf +++ b/test/setup/iam.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/setup/main.tf b/test/setup/main.tf index 6a4aaeb22..f1e1b595f 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/setup/outputs.tf b/test/setup/outputs.tf index c8495c902..0423f71ef 100644 --- a/test/setup/outputs.tf +++ b/test/setup/outputs.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 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/test/setup/variables.tf b/test/setup/variables.tf index 96babe2d1..e20f5400d 100644 --- a/test/setup/variables.tf +++ b/test/setup/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright 2020 Google LLC + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.