@nellisauction/pulumi-twilio
v0.1.2
Published
A Pulumi package for managing Twilio resources.
Readme
Twilio Resource Provider
The Twilio Resource Provider lets you manage Twilio resources.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @nellisauction/pulumi-twilioor yarn:
yarn add @nellisauction/pulumi-twilioPython
To use from Python, install using pip:
pip install pulumi_twilioGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/nellisauction/pulumi-twilio/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.TwilioConfiguration
The following configuration points are available for the twilio provider:
twilio:username(environment:TWILIO_API_KEYorTWILIO_ACCOUNT_SID) - your API Key or Account SIDtwilio:password(environment:TWILIO_API_SECRETorTWILIO_AUTH_TOKEN) - your API Secret or Auth Tokentwilio:accountSid(environment:TWILIO_SUBACCOUNT_SIDorTWILIO_ACCOUNT_SID) - sub-account SID (optional)twilio:edge(environment:TWILIO_EDGE) - Twilio edge location (optional)twilio:region(environment:TWILIO_REGION) - Twilio region (optional)
Reference
For detailed reference documentation, please visit the Pulumi registry.
