Coder Social home page Coder Social logo

isabella232 / pulumi-mysql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pulumi/pulumi-mysql

0.0 0.0 0.0 763 KB

A MySQL Pulumi resource package

License: Apache License 2.0

JavaScript 0.46% Python 49.34% Go 4.17% C# 23.33% TypeScript 20.75% Makefile 1.95%

pulumi-mysql's Introduction

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

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 via MYSQL_ENDPOINT environment variable.
  • mysql:username (required) - Username to use to authenticate with the server. Can be set via MYSQL_USERNAME environment variable.
  • mysql:password - (optional) Password for the given user, if that user has a password. Can be set via MYSQL_PASSWORD environment variable.
  • mysql:tls - (optional) The TLS configuration. One of false, true, or skip-verify. Defaults to false. Can be set via MYSQL_TLS_CONFIG environment variable.
  • mysql:proxy - (Optional) Proxy socks url, can also be sourced from ALL_PROXY or all_proxy environment variables.

Reference

For further information, please visit the MySQL provider docs or for detailed reference documentation, please visit the API docs.

pulumi-mysql's People

Contributors

aaronfriel avatar chrsmith avatar cyrusnajmabadi avatar ellismg avatar guineveresaenger avatar jaxxstorm avatar jen20 avatar jkodroff avatar lukehoban avatar mikhailshilkov avatar pgavlin avatar pulumi-bot avatar stack72 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.