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_ENDPOINTenvironment variable.mysql:username(required) - Username to use to authenticate with the server. Can be set viaMYSQL_USERNAMEenvironment variable.mysql:password- (optional) Password for the given user, if that user has a password. Can be set viaMYSQL_PASSWORDenvironment variable.mysql:tls- (optional) The TLS configuration. One of false, true, or skip-verify. Defaults tofalse. Can be set viaMYSQL_TLS_CONFIGenvironment variable.mysql:proxy- (Optional) Proxy socks url, can also be sourced fromALL_PROXYorall_proxyenvironment 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pulumi_mysql-3.2.14.tar.gz.
File metadata
- Download URL: pulumi_mysql-3.2.14.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
399f5257e3f9906713608e1b687abf92da627852bc3df9e08aca3498742d2ae4
|
|
| MD5 |
5579b7331d1439c0fec21703c3a05c7f
|
|
| BLAKE2b-256 |
8410588a1a29e973429203693c8896e29b97aff07b31ec677cb85f6c3be29803
|
File details
Details for the file pulumi_mysql-3.2.14-py3-none-any.whl.
File metadata
- Download URL: pulumi_mysql-3.2.14-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d08e4714e73d39d53f61b614f9fbfb6ade4a3323912c1a3f09276ad32763df43
|
|
| MD5 |
4b6fd6640b6211794144690d982b8ea3
|
|
| BLAKE2b-256 |
48498dcaf1bc3dbd1a843b00e235ce3c0291ca510b3886604e3718320c045f8d
|