Documentation ¶
Index ¶
- Constants
- Variables
- func ConditionalIgnoreChangesMap(schema map[string]*schema.Schema, itemsToEncode map[string]any) map[string]any
- func ConditionalIgnoreChangesMapPlus(schema map[string]*schema.Schema, itemsToEncode map[string]any, ...) map[string]any
- func ConditionalIgnoreChangesSingle(schema map[string]*schema.Schema, properties *hcl.Properties) error
- func ConditionalIgnoreChangesSinglePlus(schema map[string]*schema.Schema, properties *hcl.Properties, ...) error
- func SecretifyExact(values []string) []string
Constants ¶
View Source
const SecretValue = "${state.secret_value}"
View Source
const SecretValueExact = "${state.secret_value.exact}"
Variables ¶
View Source
var IGNORE_CHANGES_REQUIRES_ATTENTION = os.Getenv("DYNATRACE_IGNORE_CHANGES_REQUIRES_ATTENTION") == "true"
Avoid overwriting password that the user has changed manually with known bad data
Functions ¶
func SecretifyExact ¶ added in v1.68.0
Replaces all values within the given string slice with `${state.secret_value.exact}`, signalling that before handing over attributes to Terraform, the state should get searched for the exact same key and that state value get taken for it
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.