Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

`twilio_api_key`

Compare
Choose a tag to compare
@Preskton Preskton released this 27 Dec 19:20

Adds support for twilio_api_key to create, well... API keys.

Currently supports create & read - will add update (for the friendly name) if anyone's interested.

Example:

resource "twilio_api_key" "woomy" {
    friendly_name = "My Super Secret API Key"
}