Skip to content
 
 

Repository files navigation

Microsoft SQL Server Terraform Provider

Usage

terraform {
  required_providers {
    mssql = {
      source  = "saritasa/provider"
      version = "~> 0.1.0"
    }
  }
  required_version = ">= 0.13"
}

provider "mssql" {
  endpoint = "localhost"
  username = "admin"
  password = "mypass"
}

About

Terraform MySQL provider (unofficial fork)

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages