abuseipdb

The abuseipdb credential can be used to access AbuseIPDB resources.

credential "abuseipdb" "abuseipdb_api_key" {
api_key = "bfc6f1c42dfakefdxxxx26977977b2xxxsfake98f310123456789de0d"
}

Arguments

NameTypeRequired?Description
api_keyStringOptionalAPI Key

All arguments are optional, and an abuseipdb credential with no arguments will behave the same as the default credential.

Default Credential

The abuseipdb credential type includes an implicit, default credential (credential.abuseipdb.default) that will be configured to set the api_key to the ABUSEIPDB_API_KEY environment variable.

credential "abuseipdb" "default" {
api_key = env("ABUSEIPDB_API_KEY")
}