Generate files based on readme contents

This commit is contained in:
Julio Castillo
2022-11-17 19:15:42 +01:00
parent b2510ea4cf
commit 2cd74823b1
17 changed files with 58 additions and 169 deletions

View File

@@ -226,11 +226,11 @@ module "folder" {
name = "Folder name"
org_policies_data_path = "configs/org-policies/"
}
# tftest modules=1 resources=6
# tftest modules=1 resources=6 files=boolean,list
```
```yaml
# tftest file configs/org-policies/boolean.yaml
# tftest file boolean configs/org-policies/boolean.yaml
iam.disableServiceAccountKeyCreation:
enforce: true
@@ -246,7 +246,7 @@ iam.disableServiceAccountKeyUpload:
```
```yaml
# tftest file configs/org-policies/list.yaml
# tftest file list configs/org-policies/list.yaml
compute.vmExternalIpAccess:
deny:
all: true