A Pulumi package for creating and managing mysql cloud resources.
Project description
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/v3
.NET
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Mysql
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. Can be set viaMYSQL_ENDPOINT
environment variable.mysql:username
(required) - Username to use to authenticate with the server. Can be set viaMYSQL_USERNAME
environment variable.mysql:password
- (optional) Password for the given user, if that user has a password. Can be set viaMYSQL_PASSWORD
environment variable.mysql:tls
- (optional) The TLS configuration. One of false, true, or skip-verify. Defaults tofalse
. Can be set viaMYSQL_TLS_CONFIG
environment variable.mysql:proxy
- (Optional) Proxy socks url, can also be sourced fromALL_PROXY
orall_proxy
environment variables.
Reference
For further information, please visit the MySQL provider docs or 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
Built Distribution
File details
Details for the file pulumi_mysql-3.2.7.tar.gz
.
File metadata
- Download URL: pulumi_mysql-3.2.7.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9da0ead893e4173032ddd8cbb76813f151c09e714d522a7c5b278e91b49fcd4b |
|
MD5 | 9ee993eb152f05b6b12d630fabceb64e |
|
BLAKE2b-256 | 8c922f90c940f1d06d9a579d17576dd8ddc08df5c90373f761c1c38196ec8e1d |
File details
Details for the file pulumi_mysql-3.2.7-py3-none-any.whl
.
File metadata
- Download URL: pulumi_mysql-3.2.7-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d06eaecff44073a4fc3f16631353665f79942b474ec21eba03cf1addaaf9ee43 |
|
MD5 | d6aeabc37524cd67dad55b7b79772feb |
|
BLAKE2b-256 | c17a113af60e871582897e495e3b80876e8caec0509df37a583b952a5adc584f |