fix tfdoc description

This commit is contained in:
Lorenzo Caggioni 2022-02-01 09:09:53 +01:00
parent c533642b85
commit 3b9ecddfee
18 changed files with 18 additions and 18 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Landing storage resources (Bigquery, Cloud PubSub, Cloud Storage)
# tfdoc:file:description Landing storage resources (Bigquery, Cloud PubSub, Cloud Storage).
locals {
lnd_bucket_retention_policy = {

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Landing project
# tfdoc:file:description Landing project.
locals {
group_iam_lnd = {

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Load storage resources (Cloud Storage)
# tfdoc:file:description Load storage resources (Cloud Storage).
# Cloud Storage

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Load project
# tfdoc:file:description Load project.
locals {
group_iam_lod = {

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Load VPC
# tfdoc:file:description Load VPC.
module "lod-vpc" {
count = var.network_config.network != null ? 0 : 1

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Orchestration Cloud Composer definition
# tfdoc:file:description Orchestration Cloud Composer definition.
module "orc-sa-cmp-0" {
source = "../../../modules/iam-service-account"

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Orchestration storage resources (Cloud Storage)
# tfdoc:file:description Orchestration storage resources (Cloud Storage).
# Cloud Storage

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Orchestration project
# tfdoc:file:description Orchestration project.
locals {
group_iam_orc = {

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Orchestration VPC
# tfdoc:file:description Orchestration VPC.
module "orc-vpc" {
count = var.network_config.network != null ? 0 : 1

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Landing storage resources (Bigquery, Cloud Storage)
# tfdoc:file:description Landing storage resources (Bigquery, Cloud Storage).
# Cloud Storage

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Trasformation project
# tfdoc:file:description Trasformation project.
locals {
group_iam_trf = {

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Trasformation VPC
# tfdoc:file:description Trasformation VPC.
module "trf-vpc" {
count = var.network_config.network != null ? 0 : 1

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Datalake storage resources (Bigquery, Cloud Storage)
# tfdoc:file:description Datalake storage resources (Bigquery, Cloud Storage).
# Bigquery

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Datalake projects
# tfdoc:file:description Datalake projects.
locals {
group_iam_dtl = {

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Security project
# tfdoc:file:description Security project.
locals {
group_iam_sec = {

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Core locals
# tfdoc:file:description Core locals.
locals {
groups = { for k, v in var.groups : k => "${v}@${var.organization.domain}" }

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Output variables
# tfdoc:file:description Output variables.
output "bigquery-datasets" {
description = "BigQuery datasets."

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# tfdoc:file:description Terraform Variables
# tfdoc:file:description Terraform Variables.
variable "composer_config" {
type = object({