Documentation
¶
Index ¶
- Constants
- func ExtractResourceAttributeFromState(state *terraform.State, name, key string) (string, error)
- func ParseParametersInTemplate(rawTemplate string, paramDictionary map[string]interface{}) string
- func ParseTestName(rawTemplate, testName string) string
- func Test(t *testing.T, testCase resource.TestCase)
- func TestFactories() map[string]func() (*schema.Provider, error)
Constants ¶
View Source
const (
// RecordingsDomain is used for testing with our recorded http interactions.
RecordingsDomain = recordingsTenant + ".eu.auth0.com"
)
Variables ¶
This section is empty.
Functions ¶
func ExtractResourceAttributeFromState ¶ added in v0.49.0
ExtractResourceAttributeFromState extracts the value of a resource's attribute into the target.
func ParseParametersInTemplate ¶ added in v1.5.0
ParseParametersInTemplate renders templates defined with placeholders present in paramDictionary as input.
func ParseTestName ¶ added in v0.45.0
ParseTestName renders templates defined with {{.testName}} placeholders.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.