Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 431 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 431 Bytes

Please use https://github.com/petoju/terraform-provider-mysql because it is not maintained.


This repository is an unofficial fork


Terraform Provider

Usage

terraform {
  required_providers {
    mysql = {
      source  = "winebarrel/mysql"
      version = "~> 1.10.2"
    }
  }
  required_version = ">= 0.13"
}

provider "mysql" {
  endpoint = "localhost"
  username = "root"
}