datadog_keys
Useful submodule for other modules to quickly configure the datadog provider
Usage
module "datadog_configuration" {
source = "../datadog-configuration/modules/datadog_keys"
enabled = true
context = module.this.context
}
provider "datadog" {
api_key = module.datadog_configuration.datadog_api_key
app_key = module.datadog_configuration.datadog_app_key
api_url = module.datadog_configuration.datadog_api_url
validate = local.enabled
}
Variables
Required Variables
Optional Variables
global_environment_name
(string
) optionalGlobal environment name
Default value:
"gbl"