From 52bb97735378b5a3b82c5e0ad614ac2c51f4fba8 Mon Sep 17 00:00:00 2001 From: Xin Date: Thu, 16 Apr 2020 16:49:49 -0400 Subject: [PATCH] Add license. (#163) --- Terraform/bootstrap/main.tf | 14 ++++++++++++++ Terraform/bootstrap/terraform.tfvars | 14 ++++++++++++++ Terraform/bootstrap/variables.tf | 14 ++++++++++++++ Terraform/cicd/configs/tf-apply.yaml | 4 ++-- Terraform/cicd/configs/tf-plan.yaml | 4 ++-- Terraform/cicd/configs/tf-validate.yaml | 4 ++-- Terraform/engine.tmpl.yaml | 14 ++++++++++++++ Terraform/org/audit/main.tf | 14 ++++++++++++++ Terraform/org/audit/terraform.tfvars | 14 ++++++++++++++ Terraform/org/audit/terragrunt.hcl | 14 ++++++++++++++ Terraform/org/audit/variables.tf | 14 ++++++++++++++ Terraform/org/folder.fda-my-studies/folder/main.tf | 14 ++++++++++++++ .../org/folder.fda-my-studies/folder/outputs.tf | 14 ++++++++++++++ .../folder.fda-my-studies/folder/terraform.tfvars | 14 ++++++++++++++ .../folder.fda-my-studies/folder/terragrunt.hcl | 14 ++++++++++++++ .../org/folder.fda-my-studies/folder/variables.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-apps/apps/main.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-apps/apps/outputs.tf | 14 ++++++++++++++ .../apps/terraform.tfvars | 14 ++++++++++++++ .../apps/terragrunt.hcl | 14 ++++++++++++++ .../project.heroes-hat-dev-apps/apps/variables.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-apps/project/main.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-apps/project/outputs.tf | 14 ++++++++++++++ .../project/terraform.tfvars | 14 ++++++++++++++ .../project/terragrunt.hcl | 14 ++++++++++++++ .../project/variables.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-data/data/main.tf | 14 ++++++++++++++ .../data/terraform.tfvars | 14 ++++++++++++++ .../data/terragrunt.hcl | 14 ++++++++++++++ .../project.heroes-hat-dev-data/data/variables.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-data/iam/main.tf | 14 ++++++++++++++ .../iam/terraform.tfvars | 14 ++++++++++++++ .../project.heroes-hat-dev-data/iam/terragrunt.hcl | 14 ++++++++++++++ .../project.heroes-hat-dev-data/iam/variables.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-data/project/main.tf | 14 ++++++++++++++ .../project.heroes-hat-dev-data/project/outputs.tf | 14 ++++++++++++++ .../project/terraform.tfvars | 14 ++++++++++++++ .../project/terragrunt.hcl | 14 ++++++++++++++ .../project/variables.tf | 14 ++++++++++++++ .../networks/main.tf | 14 ++++++++++++++ .../networks/outputs.tf | 14 ++++++++++++++ .../networks/shared_vpc.tf | 14 ++++++++++++++ .../networks/terraform.tfvars | 14 ++++++++++++++ .../networks/terragrunt.hcl | 14 ++++++++++++++ .../networks/variables.tf | 14 ++++++++++++++ .../project/main.tf | 14 ++++++++++++++ .../project/outputs.tf | 14 ++++++++++++++ .../project/terraform.tfvars | 14 ++++++++++++++ .../project/terragrunt.hcl | 14 ++++++++++++++ .../project/variables.tf | 14 ++++++++++++++ .../firebase/main.tf | 14 ++++++++++++++ .../firebase/terraform.tfvars | 14 ++++++++++++++ .../firebase/terragrunt.hcl | 14 ++++++++++++++ .../firebase/variables.tf | 14 ++++++++++++++ .../project/main.tf | 14 ++++++++++++++ .../project/outputs.tf | 14 ++++++++++++++ .../project/terraform.tfvars | 14 ++++++++++++++ .../project/terragrunt.hcl | 14 ++++++++++++++ .../project/variables.tf | 14 ++++++++++++++ Terraform/org/org_policies/terragrunt.hcl | 14 ++++++++++++++ .../project.heroes-hat-dev-audit/project/main.tf | 14 ++++++++++++++ .../project/outputs.tf | 14 ++++++++++++++ .../project/terraform.tfvars | 14 ++++++++++++++ .../project/terragrunt.hcl | 14 ++++++++++++++ .../project/variables.tf | 14 ++++++++++++++ Terraform/org/terragrunt.hcl | 14 ++++++++++++++ Terraform/secrets/main.tf | 14 ++++++++++++++ Terraform/secrets/terraform.tfvars | 14 ++++++++++++++ Terraform/secrets/variables.tf | 14 ++++++++++++++ 69 files changed, 930 insertions(+), 6 deletions(-) diff --git a/Terraform/bootstrap/main.tf b/Terraform/bootstrap/main.tf index d60d950e3e..69d72a9a3b 100644 --- a/Terraform/bootstrap/main.tf +++ b/Terraform/bootstrap/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # This folder contains Terraform resources to setup the devops project, which includes: # - The devops project itself, # - API to enable in the devops project, diff --git a/Terraform/bootstrap/terraform.tfvars b/Terraform/bootstrap/terraform.tfvars index 5bc63f1602..d80f0e0a48 100644 --- a/Terraform/bootstrap/terraform.tfvars +++ b/Terraform/bootstrap/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + devops_project_id = "heroes-hat-dev-devops" org_id = "707577601068" billing_account = "01EA90-3519E1-89CB1F" diff --git a/Terraform/bootstrap/variables.tf b/Terraform/bootstrap/variables.tf index 0e13e94fa8..8d04961b6e 100644 --- a/Terraform/bootstrap/variables.tf +++ b/Terraform/bootstrap/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "devops_project_id" { type = string } diff --git a/Terraform/cicd/configs/tf-apply.yaml b/Terraform/cicd/configs/tf-apply.yaml index 717ffa8160..0d5af1efbe 100644 --- a/Terraform/cicd/configs/tf-apply.yaml +++ b/Terraform/cicd/configs/tf-apply.yaml @@ -1,10 +1,10 @@ -# Copyright 2018 Google LLC +# Copyright 2020 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/Terraform/cicd/configs/tf-plan.yaml b/Terraform/cicd/configs/tf-plan.yaml index bda8e4bc7f..a058a17ee9 100644 --- a/Terraform/cicd/configs/tf-plan.yaml +++ b/Terraform/cicd/configs/tf-plan.yaml @@ -1,10 +1,10 @@ -# Copyright 2018 Google LLC +# Copyright 2020 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/Terraform/cicd/configs/tf-validate.yaml b/Terraform/cicd/configs/tf-validate.yaml index e5be4e0463..55ae350cd7 100644 --- a/Terraform/cicd/configs/tf-validate.yaml +++ b/Terraform/cicd/configs/tf-validate.yaml @@ -1,10 +1,10 @@ -# Copyright 2018 Google LLC +# Copyright 2020 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/Terraform/engine.tmpl.yaml b/Terraform/engine.tmpl.yaml index 087bea2275..bf3eba8d71 100644 --- a/Terraform/engine.tmpl.yaml +++ b/Terraform/engine.tmpl.yaml @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Terraform Engine (https://github.com/GoogleCloudPlatform/healthcare/tree/master/deploy/engine) config to generate baseline. {{$BASE := "../recipes"}} diff --git a/Terraform/org/audit/main.tf b/Terraform/org/audit/main.tf index 5d1c94672c..f95ffc2b1f 100644 --- a/Terraform/org/audit/main.tf +++ b/Terraform/org/audit/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # This folder contains Terraform resources related to audit, which includes: # - Organization IAM Audit log configs (https://cloud.google.com/logging/docs/audit), # - BigQuery log sink creation and configuration for short term log storage, diff --git a/Terraform/org/audit/terraform.tfvars b/Terraform/org/audit/terraform.tfvars index 95915b7948..3b3b205408 100644 --- a/Terraform/org/audit/terraform.tfvars +++ b/Terraform/org/audit/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + org_id = "707577601068" project_id = "heroes-hat-dev-audit" dataset_name = "1yr_org_audit_logs" diff --git a/Terraform/org/audit/terragrunt.hcl b/Terraform/org/audit/terragrunt.hcl index bf3d6d308d..dc3605835c 100644 --- a/Terraform/org/audit/terragrunt.hcl +++ b/Terraform/org/audit/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/audit/variables.tf b/Terraform/org/audit/variables.tf index 319bd0cf24..9a7515c462 100644 --- a/Terraform/org/audit/variables.tf +++ b/Terraform/org/audit/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "org_id" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/folder/main.tf b/Terraform/org/folder.fda-my-studies/folder/main.tf index 4859b18e55..5120f0447a 100644 --- a/Terraform/org/folder.fda-my-studies/folder/main.tf +++ b/Terraform/org/folder.fda-my-studies/folder/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/folder/outputs.tf b/Terraform/org/folder.fda-my-studies/folder/outputs.tf index e37031ff12..3da2de4704 100644 --- a/Terraform/org/folder.fda-my-studies/folder/outputs.tf +++ b/Terraform/org/folder.fda-my-studies/folder/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "name" { value = google_folder.folder.name } diff --git a/Terraform/org/folder.fda-my-studies/folder/terraform.tfvars b/Terraform/org/folder.fda-my-studies/folder/terraform.tfvars index 5903a12799..3283cba55c 100644 --- a/Terraform/org/folder.fda-my-studies/folder/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/folder/terraform.tfvars @@ -1,2 +1,16 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + display_name = "fda-my-studies" parent = "organizations/707577601068" diff --git a/Terraform/org/folder.fda-my-studies/folder/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/folder/terragrunt.hcl index 3e1f65a238..b17427156f 100644 --- a/Terraform/org/folder.fda-my-studies/folder/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/folder/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/folder/variables.tf b/Terraform/org/folder.fda-my-studies/folder/variables.tf index bfe3b44d3f..5bb31edb2a 100644 --- a/Terraform/org/folder.fda-my-studies/folder/variables.tf +++ b/Terraform/org/folder.fda-my-studies/folder/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "display_name" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/main.tf index 517f866d71..273b044b0b 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/outputs.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/outputs.tf index 12a858d1db..4f34c860dd 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/outputs.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "service_account" { value = module.heroes_hat_cluster.service_account } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terraform.tfvars index 04ce8e4fb9..e6baa3ec63 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + project_id = "heroes-hat-dev-apps" network_project_id = "heroes-hat-dev-networks" gke_region = "us-east1" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terragrunt.hcl index bde175f9ae..7da2b1c135 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/variables.tf index 25fe4cef40..80f87c5228 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/apps/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "project_id" { description = "The GCP project id" type = string diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/main.tf index a91ed47860..d3e14faa26 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/outputs.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/outputs.tf index e9a884ce04..ce5a5effdd 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/outputs.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "project_id" { value = module.project.project_id } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terraform.tfvars index f1d464dba2..b9a9cb677a 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name = "heroes-hat-dev-apps" org_id = "707577601068" billing_account = "01EA90-3519E1-89CB1F" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terragrunt.hcl index 1f7abe6b8a..6fc248f72c 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/variables.tf index 2266e0a0c6..a3ab015565 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-apps/project/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "name" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/main.tf index 1729746cb0..4562d28770 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terraform.tfvars index 459110f2ae..92bb40ea1a 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + project_id = "heroes-hat-dev-data" secrets_project_id = "heroes-hat-dev-devops" storage_location = "us" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terragrunt.hcl index e38bc8ae1e..2975cc1c5c 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/variables.tf index c857125e92..e1bacf33ce 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/data/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "project_id" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/main.tf index 88cfe57ab8..baac642093 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terraform.tfvars index 08275cefd7..c93fd6598b 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terraform.tfvars @@ -1 +1,15 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + project_id = "heroes-hat-dev-data" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terragrunt.hcl index a3e4e49a23..a11ac19d24 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/variables.tf index 38822010c2..9c80b53685 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/iam/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "project_id" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/main.tf index a91ed47860..d3e14faa26 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/outputs.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/outputs.tf index e9a884ce04..ce5a5effdd 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/outputs.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "project_id" { value = module.project.project_id } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terraform.tfvars index eca4908eb0..79e99b573c 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name = "heroes-hat-dev-data" org_id = "707577601068" billing_account = "01EA90-3519E1-89CB1F" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terragrunt.hcl index 1f7abe6b8a..6fc248f72c 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/variables.tf index 2266e0a0c6..a3ab015565 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-data/project/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "name" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/main.tf index b5877d72cd..22230d4819 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/outputs.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/outputs.tf index b540632630..8815d4a8ee 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/outputs.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "private_network" { value = module.private.network.network } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/shared_vpc.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/shared_vpc.tf index fcef0ca579..7c5e303a6d 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/shared_vpc.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/shared_vpc.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + resource "google_compute_shared_vpc_host_project" "host" { project = var.project_id } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terraform.tfvars index b58bf8f2be..81bc2883a3 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + project_id = "heroes-hat-dev-networks" region = "us-east1" zone = "us-east1-b" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terragrunt.hcl index c69080b39c..3bd08d82e7 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/variables.tf index fb384f62b8..bc39931330 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/networks/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "project_id" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/main.tf index a91ed47860..d3e14faa26 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/outputs.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/outputs.tf index e9a884ce04..ce5a5effdd 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/outputs.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "project_id" { value = module.project.project_id } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terraform.tfvars index 05bdfd8386..4d35872c6a 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name = "heroes-hat-dev-networks" org_id = "707577601068" billing_account = "01EA90-3519E1-89CB1F" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terragrunt.hcl index 1f7abe6b8a..6fc248f72c 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/variables.tf index 2266e0a0c6..a3ab015565 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-networks/project/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "name" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/main.tf index 887a319760..d31327060a 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terraform.tfvars index c6b9190873..5a0d25cf84 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terraform.tfvars @@ -1 +1,15 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + project_id = "heroes-hat-dev-resp-firebase" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terragrunt.hcl index 99e502206a..61d127ceaa 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/variables.tf index 218e33cd50..97bf52cd6a 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/firebase/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "project_id" { type = string } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/main.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/main.tf index a91ed47860..d3e14faa26 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/main.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + terraform { backend "gcs" {} } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/outputs.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/outputs.tf index e9a884ce04..ce5a5effdd 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/outputs.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "project_id" { value = module.project.project_id } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terraform.tfvars b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terraform.tfvars index 4287510e81..73cba87c3e 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terraform.tfvars +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name = "heroes-hat-dev-resp-firebase" org_id = "707577601068" billing_account = "01EA90-3519E1-89CB1F" diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terragrunt.hcl b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terragrunt.hcl index 1f7abe6b8a..6fc248f72c 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terragrunt.hcl +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/variables.tf b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/variables.tf index 2266e0a0c6..a3ab015565 100644 --- a/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/variables.tf +++ b/Terraform/org/folder.fda-my-studies/project.heroes-hat-dev-resp-firebase/project/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "name" { type = string } diff --git a/Terraform/org/org_policies/terragrunt.hcl b/Terraform/org/org_policies/terragrunt.hcl index 3e1f65a238..b17427156f 100644 --- a/Terraform/org/org_policies/terragrunt.hcl +++ b/Terraform/org/org_policies/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/project.heroes-hat-dev-audit/project/main.tf b/Terraform/org/project.heroes-hat-dev-audit/project/main.tf index 93920c9d01..18ee216276 100644 --- a/Terraform/org/project.heroes-hat-dev-audit/project/main.tf +++ b/Terraform/org/project.heroes-hat-dev-audit/project/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # This folder contains Terraform resources to setup the audit project, which includes: # - The audit project itself, # - API to enable in the audit project, diff --git a/Terraform/org/project.heroes-hat-dev-audit/project/outputs.tf b/Terraform/org/project.heroes-hat-dev-audit/project/outputs.tf index 75ec7cb4fb..50dbca1c22 100644 --- a/Terraform/org/project.heroes-hat-dev-audit/project/outputs.tf +++ b/Terraform/org/project.heroes-hat-dev-audit/project/outputs.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + output "project_id" { value = module.project.project_id } diff --git a/Terraform/org/project.heroes-hat-dev-audit/project/terraform.tfvars b/Terraform/org/project.heroes-hat-dev-audit/project/terraform.tfvars index 4d8bc23e56..04931b4f38 100644 --- a/Terraform/org/project.heroes-hat-dev-audit/project/terraform.tfvars +++ b/Terraform/org/project.heroes-hat-dev-audit/project/terraform.tfvars @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name = "heroes-hat-dev-audit" org_id = "707577601068" billing_account = "01EA90-3519E1-89CB1F" diff --git a/Terraform/org/project.heroes-hat-dev-audit/project/terragrunt.hcl b/Terraform/org/project.heroes-hat-dev-audit/project/terragrunt.hcl index 3e1f65a238..b17427156f 100644 --- a/Terraform/org/project.heroes-hat-dev-audit/project/terragrunt.hcl +++ b/Terraform/org/project.heroes-hat-dev-audit/project/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include { path = find_in_parent_folders() } diff --git a/Terraform/org/project.heroes-hat-dev-audit/project/variables.tf b/Terraform/org/project.heroes-hat-dev-audit/project/variables.tf index 4d3cac8c2b..7a1504017b 100644 --- a/Terraform/org/project.heroes-hat-dev-audit/project/variables.tf +++ b/Terraform/org/project.heroes-hat-dev-audit/project/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "name" { type = string } diff --git a/Terraform/org/terragrunt.hcl b/Terraform/org/terragrunt.hcl index c4e9cb7a6a..237b5583ca 100644 --- a/Terraform/org/terragrunt.hcl +++ b/Terraform/org/terragrunt.hcl @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + remote_state { backend = "gcs" config = { diff --git a/Terraform/secrets/main.tf b/Terraform/secrets/main.tf index 586ba9eaf6..af8cda9b00 100644 --- a/Terraform/secrets/main.tf +++ b/Terraform/secrets/main.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # This folder contains Terraform resources to for secrets stored in Google Cloud Secret Manager. terraform { diff --git a/Terraform/secrets/terraform.tfvars b/Terraform/secrets/terraform.tfvars index f41e5c7370..b0508f4570 100644 --- a/Terraform/secrets/terraform.tfvars +++ b/Terraform/secrets/terraform.tfvars @@ -1 +1,15 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + project_id = "heroes-hat-dev-devops" diff --git a/Terraform/secrets/variables.tf b/Terraform/secrets/variables.tf index 218e33cd50..97bf52cd6a 100644 --- a/Terraform/secrets/variables.tf +++ b/Terraform/secrets/variables.tf @@ -1,3 +1,17 @@ +# Copyright 2020 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + variable "project_id" { type = string }