0
0
llucycodes42
The code defines a data block named "pagerduty_vendor" that will only be populated if the value of the configuration variable named "name_regex" matches the string "Datadog.
Shortcut: tf_pagerduty_vendor
data "pagerduty_vendor" "${config}" {
name_regex = "^Datadog$"
}