Skip tests for projects-data-source module

This commit is contained in:
Aleksandr Averbukh 2022-03-08 09:26:47 +01:00
parent d598e14d3f
commit 0d88fd78e8
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ output "projects" {
output "folders" {
value = module.my-org.folders
}
# tftest skip
```
### My dev projects based on parent and label
@ -39,6 +41,8 @@ output "dev-projects" {
output "dev-folders" {
value = module.my-dev.folders
}
# tftest skip
```
<!-- BEGIN TFDOC -->