Align tftest syntax with tdoc

This commit changes the token separator for inline examples from a
semicolon to a space
This commit is contained in:
Julio Castillo
2022-01-28 20:15:35 +01:00
committed by Julio Castillo
parent b11367e970
commit cf423998f0
45 changed files with 140 additions and 140 deletions

View File

@@ -21,7 +21,7 @@ module "firewall" {
network = "my-network"
admin_ranges = ["10.0.0.0/8"]
}
# tftest:modules=1:resources=4
# tftest modules=1 resources=4
```
### Custom rules
@@ -48,7 +48,7 @@ module "firewall" {
}
}
}
# tftest:modules=1:resources=5
# tftest modules=1 resources=5
```
### No predefined rules
@@ -78,7 +78,7 @@ module "firewall" {
}
}
}
# tftest:modules=1:resources=1
# tftest modules=1 resources=1
```
@@ -93,7 +93,7 @@ module "firewall" {
data_folder = "config/firewall"
cidr_template_file = "config/cidr_template.yaml"
}
# tftest:skip
# tftest skip
```
```yaml