Remove block comments

This commit is contained in:
Lorenzo Caggioni 2022-02-01 06:57:13 +01:00
parent d52507217e
commit 5021592ec3
14 changed files with 15 additions and 58 deletions

View File

@ -20,9 +20,8 @@ locals {
is_locked = false
}
}
###############################################################################
# GCS #
###############################################################################
# Cloud Storage resources
module "lnd-sa-cs-0" {
source = "../../../modules/iam-service-account"
@ -48,9 +47,7 @@ module "lnd-cs-0" {
force_destroy = var.data_force_destroy
}
###############################################################################
# PubSub #
###############################################################################
# Cloud PubSub resources
module "lnd-sa-ps-0" {
source = "../../../modules/iam-service-account"
@ -70,9 +67,7 @@ module "lnd-ps-0" {
name = "${local.prefix_lnd}-ps-0"
}
###############################################################################
# BigQuery #
###############################################################################
# Bigquery resources
module "lnd-sa-bq-0" {
source = "../../../modules/iam-service-account"

View File

@ -60,9 +60,7 @@ locals {
prefix_lnd = "${var.prefix}-lnd"
}
###############################################################################
# Project #
###############################################################################
# Project
module "lnd-prj" {
source = "../../../modules/project"

View File

@ -14,9 +14,7 @@
# tfdoc:file:description Load storage resources (Cloud Storage)
###############################################################################
# GCS #
###############################################################################
# Cloud Storage
module "lod-sa-df-0" {
source = "../../../modules/iam-service-account"

View File

@ -48,9 +48,7 @@ locals {
prefix_lod = "${var.prefix}-lod"
}
###############################################################################
# Project #
###############################################################################
# Project
module "lod-prj" {
source = "../../../modules/project"

View File

@ -14,10 +14,6 @@
# tfdoc:file:description Load VPC
###############################################################################
# Network #
###############################################################################
module "lod-vpc" {
count = var.network_config.network != null ? 0 : 1
source = "../../../modules/net-vpc"

View File

@ -14,10 +14,6 @@
# tfdoc:file:description Orchestration Cloud Composer definition
###############################################################################
# Composer #
###############################################################################
module "orc-sa-cmp-0" {
source = "../../../modules/iam-service-account"
project_id = module.orc-prj.project_id

View File

@ -14,9 +14,7 @@
# tfdoc:file:description Orchestration storage resources (Cloud Storage)
###############################################################################
# GCS #
###############################################################################
# Cloud Storage
module "orc-cs-0" {
source = "../../../modules/gcs"

View File

@ -14,10 +14,6 @@
# tfdoc:file:description Orchestration VPC
###############################################################################
# Network #
###############################################################################
module "orc-vpc" {
count = var.network_config.network != null ? 0 : 1
source = "../../../modules/net-vpc"

View File

@ -14,9 +14,7 @@
# tfdoc:file:description Landing storage resources (Bigquery, Cloud Storage)
###############################################################################
# GCS #
###############################################################################
# Cloud Storage
module "trf-sa-df-0" {
source = "../../../modules/iam-service-account"
@ -44,9 +42,7 @@ module "trf-cs-df-0" {
encryption_key = try(local.service_encryption_keys.storage != null, false) ? try(local.service_encryption_keys.storage, null) : null
}
###############################################################################
# BQ #
###############################################################################
# Bigquery
module "trf-sa-bq-0" {
source = "../../../modules/iam-service-account"

View File

@ -43,9 +43,7 @@ locals {
prefix_trf = "${var.prefix}-trf"
}
###############################################################################
# Project #
###############################################################################
# Project
module "trf-prj" {
source = "../../../modules/project"

View File

@ -14,10 +14,6 @@
# tfdoc:file:description Trasformation VPC
###############################################################################
# Network #
###############################################################################
module "trf-vpc" {
count = var.network_config.network != null ? 0 : 1
source = "../../../modules/net-vpc"

View File

@ -14,9 +14,7 @@
# tfdoc:file:description Datalake storage resources (Bigquery, Cloud Storage)
###############################################################################
# BQ #
###############################################################################
# Bigquery
module "dtl-0-bq-0" {
source = "../../../modules/bigquery-dataset"
@ -50,9 +48,7 @@ module "dtl-exp-bq-0" {
encryption_key = try(local.service_encryption_keys.bq != null, false) ? try(local.service_encryption_keys.bq, null) : null
}
###############################################################################
# GCS #
###############################################################################
# Cloud storage
module "dtl-0-cs-0" {
source = "../../../modules/gcs"

View File

@ -59,9 +59,7 @@ locals {
prefix_dtl = "${var.prefix}-dtl"
}
###############################################################################
# Project #
###############################################################################
# Project
module "dtl-0-prj" {
source = "../../../modules/project"

View File

@ -34,9 +34,7 @@ locals {
prefix_sec = "${var.prefix}-sec"
}
###############################################################################
# Project #
###############################################################################
# Project
module "sec-prj" {
source = "../../../modules/project"