Skip to main content

A Pulumi package for creating and managing mysql cloud resources.

Project description

Build Status

MySQL Resource Provider

The MySQL resource provider for Pulumi lets you manage MySQL resources in your cloud programs. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/mysql

or yarn:

$ yarn add @pulumi/mysql

Python

To use from Python, install using pip:

$ pip install pulumi_mysql

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-mysql/sdk/go/...

Configuration

The following configuration points are available:

  • mysql:endpoint (required) - The address of the MySQL server to use. Most often a “hostname:port” pair, but may also be an absolute path to a Unix socket when the host OS is Unix-compatible.

  • mysql:username (required) - Username to use to authenticate with the server.

  • mysql:password - Password for the given user, if that user has a password.

  • mysql:tls - The TLS configuration. One of false, true, or skip-verify. Defaults to false.

Reference

For detailed reference documentation, please visit the API docs.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulumi_mysql-0.18.11.dev1567633626.tar.gz (7.8 kB view details)

Uploaded Source

File details

Details for the file pulumi_mysql-0.18.11.dev1567633626.tar.gz.

File metadata

  • Download URL: pulumi_mysql-0.18.11.dev1567633626.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.12

File hashes

Hashes for pulumi_mysql-0.18.11.dev1567633626.tar.gz
Algorithm Hash digest
SHA256 d89f145a0891435fe21e1cd30a0c26f9e1bc175dd7ae0e576b9a9dd2f395ebae
MD5 f0b7311569d89898d59c7bfa313b1cb8
BLAKE2b-256 e4036d167b0d0e7d351e9e82c7ce81e81fcff9283c15cfc8f3b199bca7a6d4a2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page