Files
hunfabric/tests/modules/net_vpc/tftest.yaml
Julio Castillo 553ca3fcdf Allow defining tests via yaml
(yes, more yaml)
2022-12-06 00:06:29 +01:00

28 lines
399 B
YAML

module: modules/net-vpc
tests:
simple:
tfvars:
- common.tfvars
inventory:
- simple.yaml
subnets:
tfvars:
- common.tfvars
- subnets.tfvars
peering:
tfvars:
- common.tfvars
- peering.tfvars
inventory:
- peering.yaml
shared_vpc:
tfvars:
- common.tfvars
- shared_vpc.tfvars
inventory:
- shared_vpc.yaml