Versions in this module Expand all Collapse all v0 v0.0.1 Jun 5, 2022 Changes in this version + type CheckFieldOperation struct + Operator string + Property string + Value string + type Config struct + Infra Modules + Tests []TestCase + func New() Config + func (c *Config) GetModule(name string) (*InfraModule, error) + func (c *Config) Parse() error + type ExpectResult struct + Exists string + Field CheckFieldOperation + type GetOperation struct + Name string + Params map[string]interface{} + Resource string + type InfraModule struct + Name string + Terraform TerraformConfig + Type string + type Modules []InfraModule + type TerraformConfig struct + Log bool + Path string + Strategy string + Variables map[string]interface{} + type TestCase struct + Given string + Name string + Then ThenCondition + When WhenCondition + type ThenCondition struct + Expect []ExpectResult + type WhenCondition struct + LogOutput bool + Run string