Simplify whitespace handling

This commit is contained in:
Julio Castillo
2023-07-28 16:32:38 +02:00
parent 1fdec356e2
commit e6be368367
3 changed files with 16 additions and 23 deletions

View File

@@ -4,7 +4,6 @@ This module implements the creation and management of one GCP project including
## TOC
<!-- BEGIN TOC -->
- [TOC](#toc)
- [Basic Project Creation](#basic-project-creation)
@@ -28,7 +27,6 @@ This module implements the creation and management of one GCP project including
- [Outputs](#outputs)
<!-- END TOC -->
## Basic Project Creation
```hcl
@@ -579,8 +577,8 @@ output "compute_robot" {
```
<!-- TFDOC OPTS files:1 -->
<!-- BEGIN TFDOC -->
<!-- BEGIN TFDOC -->
## Files
| name | description | resources |
@@ -648,5 +646,5 @@ output "compute_robot" {
| [project_id](outputs.tf#L75) | Project id. | |
| [service_accounts](outputs.tf#L94) | Product robot service accounts in project. | |
| [sink_writer_identities](outputs.tf#L110) | Writer identities created for each sink. | |
<!-- END TFDOC -->